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

Antoine Brodin antoine at FreeBSD.org
Sun May 11 20:13:14 UTC 2014


Author: antoine
Date: Sun May 11 20:13:14 2014
New Revision: 353727
URL: http://svnweb.freebsd.org/changeset/ports/353727
QAT: https://qat.redports.org/buildarchive/r353727/

Log:
  Fix packaging after IODBC / UNIXODBC changes
  
  Reported by:	pkg-fallout

Modified:
  head/lang/swi-pl/Makefile

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Sun May 11 19:22:53 2014	(r353726)
+++ head/lang/swi-pl/Makefile	Sun May 11 20:13:14 2014	(r353727)
@@ -11,10 +11,8 @@ MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Edinburgh-style Prolog compiler
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg
-
-OPTIONS_DEFINE=	ODBC
-ODBC_LIB_DEPENDS=	libodbc.so:${PORTSDIR}/databases/unixODBC
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libodbc.so:${PORTSDIR}/databases/unixODBC
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list