diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:23 +0800 |
commit | ae3d022c4bda135e4ee5044512368a623afa40f0 (patch) | |
tree | d183348120777d5cfadccb44a8b90cd5e57815b8 | |
parent | f59967b797dca6682bf2cefaef43d228744cd2da (diff) | |
download | freebsd-ports-gnome-ae3d022c4bda135e4ee5044512368a623afa40f0.tar.gz freebsd-ports-gnome-ae3d022c4bda135e4ee5044512368a623afa40f0.tar.zst freebsd-ports-gnome-ae3d022c4bda135e4ee5044512368a623afa40f0.zip |
- Update *_DEPENDS: remove redundant LOCALBASE/bin
- Add NO_ARCH
-rw-r--r-- | www/gallery2/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index ec69de681c72..23a1a7b7f3c1 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -19,6 +19,7 @@ OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= MYSQL PGSQL OPTIONS_DEFAULT=IMAGEMAGICK JHEAD MYSQL UNZIP +NO_ARCH= yes NO_BUILD= yes USE_PHP= pcre session WANT_PHP_WEB= yes @@ -26,19 +27,19 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -DCRAW_RUN_DEPENDS= ${LOCALBASE}/bin/dcraw:${PORTSDIR}/graphics/dcraw +DCRAW_RUN_DEPENDS= dcraw:${PORTSDIR}/graphics/dcraw FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -GD_RUN_DEPENDS= ${LOCALBASE}/bin/pngtogd:${PORTSDIR}/graphics/gd +GD_RUN_DEPENDS= pngtogd:${PORTSDIR}/graphics/gd GD_USE= PHP=gd -GRAPHMAGICK_RUN_DEPENDS=${LOCALBASE}/bin/gm:${PORTSDIR}/graphics/GraphicsMagick -IMAGEMAGICK_RUN_DEPENDS=${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick -JHEAD_RUN_DEPENDS= ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead +GRAPHMAGICK_RUN_DEPENDS=gm:${PORTSDIR}/graphics/GraphicsMagick +IMAGEMAGICK_RUN_DEPENDS=convert:${PORTSDIR}/graphics/ImageMagick +JHEAD_RUN_DEPENDS= jhead:${PORTSDIR}/graphics/jhead MYSQL_USE= PHP=mysql -NETPBM_RUN_DEPENDS= ${LOCALBASE}/bin/giftopnm:${PORTSDIR}/graphics/netpbm +NETPBM_RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm NLS_USE= PHP=gettext NLS_USES= gettext PGSQL_USE= PHP=pgsql -UNZIP_RUN_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip +UNZIP_RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ |