diff options
author | johans <johans@FreeBSD.org> | 2013-07-15 13:10:59 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-07-15 13:10:59 +0800 |
commit | f81ecc274c4b38e60935d18c2deb16e85a19966e (patch) | |
tree | d97a2ccf5bf5acac5c8a1a3554bfc6279febe8e7 /lang | |
parent | a19c71c1a711839c4c13cc67ad7abf73e55f4900 (diff) | |
download | freebsd-ports-gnome-f81ecc274c4b38e60935d18c2deb16e85a19966e.tar.gz freebsd-ports-gnome-f81ecc274c4b38e60935d18c2deb16e85a19966e.tar.zst freebsd-ports-gnome-f81ecc274c4b38e60935d18c2deb16e85a19966e.zip |
- Correct iodbc dependency
- Disable Java bindings for now (doesn't work with OpenJDK6)
PR: ports/172837
Submitted by: C.P. Ghost <cpghost@cordula.ws>
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> |