1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Correct handling of the ODBC configuration, bump portrevision.

This commit is contained in:
Wes Peters 2012-05-18 18:58:39 +00:00
parent cf968d9fd1
commit 9636a8a7f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296915

View File

@ -8,6 +8,7 @@
PORTNAME= poco
PORTVERSION= 1.4.3
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= -ssl
@ -40,7 +41,9 @@ CONFIGURE_ARGS+= --no-samples
#
.if defined(WITH_UODBC) && defined(WITH_IODBC)
IGNORE= please select either UODBC or IODBC, but not both
.else
.endif
.if !defined(WITH_UODBC) && !defined(WITH_IODBC)
CONFIGURE_ARGS+= --omit=Data/ODBC
.endif