diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 23:12:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 23:12:02 +0800 |
commit | 10312136fe336c48bb8c50ef9c9ab9211b995a93 (patch) | |
tree | 4f22629f65635a78f6886781a4adf528acd8127b /mail/mlmmj | |
parent | ea5defc7cc7c3515b4b96e61607b2cdc898e3b68 (diff) | |
download | freebsd-ports-gnome-10312136fe336c48bb8c50ef9c9ab9211b995a93.tar.gz freebsd-ports-gnome-10312136fe336c48bb8c50ef9c9ab9211b995a93.tar.zst freebsd-ports-gnome-10312136fe336c48bb8c50ef9c9ab9211b995a93.zip |
Fix build with bmake
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index 7b50ef7fe63a..fd87c91b7959 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -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 |