Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 17:16:48 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313462 - in head/www: fluxbb snownews
Message-ID:  <201303051716.r25HGmSU058446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303051716.r25HGmSU058446>