aboutsummaryrefslogtreecommitdiff
path: root/misc/magicpoint
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /misc/magicpoint
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 14effcc9c224..9dcb75126e95 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -12,9 +12,9 @@ COMMENT= X11-based presentation tool
LICENSE= BSD3CLAUSE
-LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
- libmng.so:${PORTSDIR}/graphics/libmng
-RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm
+LIB_DEPENDS+= libpng.so:graphics/png \
+ libmng.so:graphics/libmng
+RUN_DEPENDS+= pnmscale:graphics/netpbm
MAKE_JOBS_UNSAFE= yes
@@ -49,14 +49,14 @@ NO_OPTIONS_SORT=yes
FREETYPE_PREVENTS= XFT
FREETYPE_CONFIGURE_ENABLE= freetype
-FREETYPE_LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype
+FREETYPE_LIB_DEPENDS= libttf.so:print/freetype
XFT_PREVENTS= FREETYPE
XFT_USES= iconv
XFT_USE= XORG=xft
XFT_CONFIGURE_ENABLE= xft2
XFT_CONFIGURE_ON= --enable-freetype-charset16
GIF_CONFIGURE_ENABLE= gif
-GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib
+GIF_LIB_DEPENDS= libgif.so:graphics/giflib
GIF_CPPFLAGS= -I${LOCALBASE}/include
post-patch: