svn commit: r313462 - in head/www: fluxbb snownews
Martin Wilke
miwi at FreeBSD.org
Tue Mar 5 17:16:49 UTC 2013
Author: miwi
Date: Tue Mar 5 17:16:48 2013
New Revision: 313462
URL: http://svnweb.freebsd.org/changeset/ports/313462
Log:
- Fix sanity test
Modified:
head/www/fluxbb/Makefile
head/www/snownews/Makefile
Modified: head/www/fluxbb/Makefile
==============================================================================
--- head/www/fluxbb/Makefile Tue Mar 5 17:12:20 2013 (r313461)
+++ head/www/fluxbb/Makefile Tue Mar 5 17:16:48 2013 (r313462)
@@ -20,6 +20,8 @@ USE_PHP= yes
OPTIONS_DEFINE= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= MYSQL
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MMYSQL}
USE_PHP+= mysql
.endif
Modified: head/www/snownews/Makefile
==============================================================================
--- head/www/snownews/Makefile Tue Mar 5 17:12:20 2013 (r313461)
+++ head/www/snownews/Makefile Tue Mar 5 17:16:48 2013 (r313462)
@@ -19,6 +19,8 @@ OPTIONS_DEFINE= OPML NLS
OPTIONS_DEFAULT= OPML
OPML_DESC= Outline Processor Markup Support
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
More information about the svn-ports-head
mailing list