diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-11 20:13:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-11 20:13:14 +0000 |
commit | 03fa6445578472f0729c03ebf0cf9e746cb34da7 (patch) | |
tree | c15aadf612ddccffaefd8ef3091dd60b5e57109d /lang/swi-pl | |
parent | c1e0671a04d3acf3700d679dadd8d69b7c71067c (diff) | |
download | ports-03fa6445578472f0729c03ebf0cf9e746cb34da7.tar.gz ports-03fa6445578472f0729c03ebf0cf9e746cb34da7.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-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 |