svn commit: r323014 - head/lang/swi-pl

Johan van Selst johans at FreeBSD.org
Mon Jul 15 05:11:00 UTC 2013


Author: johans
Date: Mon Jul 15 05:10:59 2013
New Revision: 323014
URL: http://svnweb.freebsd.org/changeset/ports/323014

Log:
  - Correct iodbc dependency
  - Disable Java bindings for now (doesn't work with OpenJDK6)
  
  PR:		ports/172837
  Submitted by:	C.P. Ghost <cpghost at cordula.ws>

Modified:
  head/lang/swi-pl/Makefile

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Mon Jul 15 00:57:48 2013	(r323013)
+++ head/lang/swi-pl/Makefile	Mon Jul 15 05:10:59 2013	(r323014)
@@ -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=${A
 .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>


More information about the svn-ports-all mailing list