aboutsummaryrefslogtreecommitdiffstats
path: root/www/fluxbb
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-06 01:16:48 +0800
committermiwi <miwi@FreeBSD.org>2013-03-06 01:16:48 +0800
commit62f87b914fe106e284ae2b5f68f34703c0e2d16e (patch)
treeb4ba80434adfa17f71dcf3c27eebc01b22e1825d /www/fluxbb
parentba91cf848f8de99c126bc0bc53746e6576d54309 (diff)
downloadfreebsd-ports-gnome-62f87b914fe106e284ae2b5f68f34703c0e2d16e.tar.gz
freebsd-ports-gnome-62f87b914fe106e284ae2b5f68f34703c0e2d16e.tar.zst
freebsd-ports-gnome-62f87b914fe106e284ae2b5f68f34703c0e2d16e.zip
- Fix sanity test
Diffstat (limited to 'www/fluxbb')
-rw-r--r--www/fluxbb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/fluxbb/Makefile b/www/fluxbb/Makefile
index ad0d66a4c7d1..d6a91c848573 100644
--- a/www/fluxbb/Makefile
+++ b/www/fluxbb/Makefile
@@ -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