diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-07-05 22:32:27 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-07-05 22:32:27 +0800 |
commit | f08be288dd47fab1669d84ca4eef081b285f5453 (patch) | |
tree | 2a3f4c8baf916eb023c08752d7b5ee77964fb50e /mail | |
parent | 099fd4184d0fb506a61d4632d2de84e774a6b796 (diff) | |
download | freebsd-ports-gnome-f08be288dd47fab1669d84ca4eef081b285f5453.tar.gz freebsd-ports-gnome-f08be288dd47fab1669d84ca4eef081b285f5453.tar.zst freebsd-ports-gnome-f08be288dd47fab1669d84ca4eef081b285f5453.zip |
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmailadmin/Makefile | 3 | ||||
-rw-r--r-- | mail/vpopmail/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index 9c29e79f1dcb..b1c64aea6e6c 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ autorespond:${PORTSDIR}/mail/autorespond \ ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -USES= qmail:vars +USES= qmail:vars gmake CONFLICTS= qmailadmin-devel-1.* @@ -95,7 +95,6 @@ CONFIGURE_ARGS+= --enable-spam-command="${SPAM_COMMAND}" VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail GNU_CONFIGURE= YES -USE_GMAKE= YES # Notes and comments: # diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index b199ff677c15..924b8c78df6c 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -19,12 +19,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp PATCH_STRIP= -p1 -USES= qmail +USES= qmail gmake CONFLICTS= vpopmail-devel-5.* GNU_CONFIGURE= YES -USE_GMAKE= YES OPTIONS_SUB= yes USERS= vpopmail |