diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-13 14:56:30 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-13 14:56:30 +0800 |
commit | 03ebbd54bcf9239ac693d13d825036ad0820fac7 (patch) | |
tree | a8f323f3fb75a7b27f5c01f1c83f224bcf863675 /www/gallery2 | |
parent | 3461a964246df9cad3e1ea58691451ed5a28f01d (diff) | |
download | freebsd-ports-gnome-03ebbd54bcf9239ac693d13d825036ad0820fac7.tar.gz freebsd-ports-gnome-03ebbd54bcf9239ac693d13d825036ad0820fac7.tar.zst freebsd-ports-gnome-03ebbd54bcf9239ac693d13d825036ad0820fac7.zip |
- Add missing OPTIONS_DEFINE
PR: ports/177689
Submitted by: Reko Turja <reko.turja@liukuma.net>
Diffstat (limited to 'www/gallery2')
-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> |