diff options
author | rm <rm@FreeBSD.org> | 2011-12-11 06:01:20 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-12-11 06:01:20 +0800 |
commit | 1081ef1f514f58a1321cfe3e16f74a1a5a8e1814 (patch) | |
tree | 649359d8f4d8eb5648fbee7c4a773a86c0f8c84d /lang | |
parent | 1f2555f79b9c12911c31cc34c36fd20a579679e0 (diff) | |
download | freebsd-ports-gnome-1081ef1f514f58a1321cfe3e16f74a1a5a8e1814.tar.gz freebsd-ports-gnome-1081ef1f514f58a1321cfe3e16f74a1a5a8e1814.tar.zst freebsd-ports-gnome-1081ef1f514f58a1321cfe3e16f74a1a5a8e1814.zip |
- join multiple LIB_DEPENDS to single one
- convert X11 dependencies to USE_XORG
It's a non-functional change.
Approved by: novel (mentor)
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-pl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 3fbde1954dbe..680be6089fea 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -15,13 +15,9 @@ MAINTAINER= g.gonter@ieee.org COMMENT= Edinburgh-style Prolog compiler LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - readline:${PORTSDIR}/devel/readline - -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC -LIB_DEPENDS+= Xt:${PORTSDIR}/x11-toolkits/libXt \ + readline:${PORTSDIR}/devel/readline \ + odbc:${PORTSDIR}/databases/unixODBC \ jpeg:${PORTSDIR}/graphics/jpeg \ - Xpm:${PORTSDIR}/x11/libXpm -LIB_DEPENDS+= Xft:${PORTSDIR}/x11-fonts/libXft CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -34,6 +30,7 @@ MANCOMPRESSED= no NOPRECIOUSMAKEVARS= yes USE_GMAKE= yes +USE_XORG= xft xpm xt MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L} |