aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
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-wm/windowmaker
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-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 148a3f76a56f..629b6827b7a1 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -13,14 +13,14 @@ COMMENT= GNUstep-compliant NeXTstep window manager clone
LICENSE= GPLv2
-LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
- libpng.so:${PORTSDIR}/graphics/png \
- libjbig.so:${PORTSDIR}/graphics/jbigkit \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libwebp.so:${PORTSDIR}/graphics/webp \
- libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
- libwraster.so.5:${PORTSDIR}/x11-wm/libwraster
-RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons
+LIB_DEPENDS= libgif.so:graphics/giflib \
+ libpng.so:graphics/png \
+ libjbig.so:graphics/jbigkit \
+ libtiff.so:graphics/tiff \
+ libwebp.so:graphics/webp \
+ libMagickWand-6.so:graphics/ImageMagick \
+ libwraster.so.5:x11-wm/libwraster
+RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:graphics/wmicons
USES= jpeg libtool shebangfix pathfix perl5 pkgconfig
USE_LDCONFIG= yes