| Summary: | /usr/ports/www/gallery2 missing Postgres in build options dialog | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | reko.turja |
| Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
reko.turja
2013-04-07 12:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool) This is a multi-part message in MIME format. Author: sunpoet Date: Sat Jul 13 06:56:30 2013 New Revision: 322899 URL: http://svnweb.freebsd.org/changeset/ports/322899 Log: - Add missing OPTIONS_DEFINE PR: ports/177689 Submitted by: Reko Turja <reko.turja@liukuma.net> Modified: head/www/gallery2/Makefile Modified: head/www/gallery2/Makefile ============================================================================== --- head/www/gallery2/Makefile Sat Jul 13 06:54:18 2013 (r322898) +++ head/www/gallery2/Makefile Sat Jul 13 06:56:30 2013 (r322899) @@ -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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |