diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-12 04:13:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-12 04:13:14 +0800 |
commit | db307d5d514848e42f9c391758d08325210a57b3 (patch) | |
tree | c15aadf612ddccffaefd8ef3091dd60b5e57109d /lang | |
parent | dca61e74f470e678e05315957b595d29cf4cd18b (diff) | |
download | freebsd-ports-gnome-db307d5d514848e42f9c391758d08325210a57b3.tar.gz freebsd-ports-gnome-db307d5d514848e42f9c391758d08325210a57b3.tar.zst freebsd-ports-gnome-db307d5d514848e42f9c391758d08325210a57b3.zip |
Fix packaging after IODBC / UNIXODBC changes
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-pl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 695403409351..4de8223e4e30 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -11,10 +11,8 @@ MAINTAINER= johans@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 |