aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/gnustep-back
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 4203a6e8ae0d..5dde65227003 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -11,12 +11,12 @@ COMMENT= GNUstep GUI backend
LICENSE_COMB= multi
LICENSE= GPLv3 LGPL3
-LIB_DEPENDS+= libgif.so:${PORTSDIR}/graphics/giflib \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libXft.so:${PORTSDIR}/x11-fonts/libXft \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libcairo.so:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS+= libgif.so:graphics/giflib \
+ libtiff.so:graphics/tiff \
+ libXft.so:x11-fonts/libXft \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libcairo.so:graphics/cairo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tiff-library=${LOCALBASE}/lib \