diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /lang/swi-pl | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 8a83c5a6e2e8..c9396ee3981f 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -11,7 +11,6 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libodbc.so:${PORTSDIR}/databases/unixODBC CFLAGS+= -I${LOCALBASE}/include @@ -21,7 +20,7 @@ SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION} NOPRECIOUSMAKEVARS= yes USE_XORG= xft xpm xt -USES= pkgconfig pathfix gmake shebangfix +USES= gmake jpeg pathfix pkgconfig shebangfix MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:tl} |