summaryrefslogtreecommitdiff
path: root/www/WebMagick/Makefile
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 /www/WebMagick/Makefile
parent- Update to 1.2.2 (diff)
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 '')
-rw-r--r--www/WebMagick/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 7f91abc2ff21..5c754d5b14c7 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -15,8 +15,8 @@ COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick
-RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
+LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick
+RUN_DEPENDS= p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally
USES= shebangfix perl5 autoreconf
GNU_CONFIGURE= yes
@@ -36,8 +36,8 @@ SHEBANG_FILES= utils/aub \
utils/make_dir_index.pl
OPTIONS_DEFINE= X11
-X11_BUILD_DEPENDS= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts
-X11_RUN_DEPENDS= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts
+X11_BUILD_DEPENDS= xlsfonts:x11-fonts/xlsfonts
+X11_RUN_DEPENDS= xlsfonts:x11-fonts/xlsfonts
X11_CONFIGURE_ENV_OFF= with_x=no
.include <bsd.port.pre.mk>