diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-07-15 05:10:59 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-07-15 05:10:59 +0000 |
commit | f404e4b825d9bff879c3f346450c0116856c0fb7 (patch) | |
tree | d97a2ccf5bf5acac5c8a1a3554bfc6279febe8e7 /lang/swi-pl | |
parent | 82dfab2a62c018205e7c91e010d822892c899896 (diff) | |
download | ports-f404e4b825d9bff879c3f346450c0116856c0fb7.tar.gz ports-f404e4b825d9bff879c3f346450c0116856c0fb7.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 1a3f36958848..f4ae93cc0971 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -35,6 +35,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L} CONFIGURE_TARGET= ${ARCH}-${OPSYS:L} CONFIGURE_ARGS= --with-world --without-jpl +MAKE_ARGS= DISABLE_PKGS="jpl" PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} @@ -43,7 +44,7 @@ PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} .if ${PORT_OPTIONS:MUNIXODBC} LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC .else -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc .endif .include <bsd.port.pre.mk> |