Fix build with bmake

This commit is contained in:
Baptiste Daroussin 2013-05-03 15:12:02 +00:00
parent 0ab2257c64
commit 09d7b4e13b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317214
3 changed files with 13 additions and 5 deletions

View File

@ -24,6 +24,10 @@ OPTIONS_MULTI_DRIVER= MYSQL MSQL PGSQL SQLITE2 SQLITE3 FIREBIRD FREETDS
OPTIONS_DEFAULT= MYSQL PGSQL SQLITE3
SQLITE2_DESC= SQLite 2 Database
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}

View File

@ -14,6 +14,10 @@ COMMENT= Log4cxx is a port to C++ of the Log4j project
LICENSE= AL2
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
OPTIONS_DEFINE= BOOST DOCS DOXYGEN

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: mlmmj
# Date created: 12 june 2004
# Whom: Christian Laursen <xi@borderworlds.dk>
#
# Created by: Christian Laursen <xi@borderworlds.dk>
# $FreeBSD$
#
PORTNAME= mlmmj
PORTVERSION= 1.2.17.1
@ -17,6 +13,10 @@ COMMENT= Mailing list managing made joyful
LICENSE= MIT
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
.if defined(WITH_PHP_WEBINTERFACE)
USE_PHP= yes
WANT_PHP_WEB= yes