diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/WebMagick | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 8 |
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> |