diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-07-13 14:56:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-07-13 14:56:30 +0800 |
commit | 7f11fca8d7447d543af9c3dec348a31dcf2ebaa3 (patch) | |
tree | a8f323f3fb75a7b27f5c01f1c83f224bcf863675 /www | |
parent | b6a67760f85244af8afbf29859e3745301b12d42 (diff) | |
download | freebsd-ports-gnome-7f11fca8d7447d543af9c3dec348a31dcf2ebaa3.tar.gz freebsd-ports-gnome-7f11fca8d7447d543af9c3dec348a31dcf2ebaa3.tar.zst freebsd-ports-gnome-7f11fca8d7447d543af9c3dec348a31dcf2ebaa3.zip |
- Add missing OPTIONS_DEFINE
PR: ports/177689
Submitted by: Reko Turja <reko.turja@liukuma.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/gallery2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index 8fcd4fe4c7fa..1f4423481962 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -25,7 +25,7 @@ NO_BUILD= yes SUB_FILES= pkg-message OPTIONS_DEFINE= DCRAW FFMPEG GD GRAPHMAGICK IMAGEMAGICK JHEAD \ - NETPBM NLS UNZIP + NETPBM NLS PGSQL UNZIP OPTIONS_DEFAULT= IMAGEMAGICK JHEAD UNZIP .include <bsd.port.options.mk> |