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 | |
parent | 82dfab2a62c018205e7c91e010d822892c899896 (diff) |
- Correct iodbc dependency
- Disable Java bindings for now (doesn't work with OpenJDK6)
PR: ports/172837
Submitted by: C.P. Ghost <cpghost@cordula.ws>
Notes
Notes:
svn path=/head/; revision=323014
Diffstat (limited to 'lang')
-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> |