diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-07-05 14:32:27 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-07-05 14:32:27 +0000 |
commit | 30e2283f00a3e2496eac341140d46049157ceb71 (patch) | |
tree | 2a3f4c8baf916eb023c08752d7b5ee77964fb50e | |
parent | ea31cb8a1939b16c24d310973ef118f11a66b29c (diff) | |
download | ports-30e2283f00a3e2496eac341140d46049157ceb71.tar.gz ports-30e2283f00a3e2496eac341140d46049157ceb71.zip |
Notes
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 3 | ||||
-rw-r--r-- | devel/valgrind/Makefile | 3 | ||||
-rw-r--r-- | mail/qmailadmin/Makefile | 3 | ||||
-rw-r--r-- | mail/vpopmail/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 80b50eaa8d83..2561a780befa 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -40,8 +40,7 @@ MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/mpich2 OPTIONS_SUB= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 4569da5607e1..d3dedcf8b313 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -38,8 +38,7 @@ MPI_LIB_DEPENDS= mpich:${PORTSDIR}/net/mpich2 OPTIONS_SUB= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes 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 diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index eeceb970a1c4..7314311c72d6 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 -USE_GMAKE= YES GNU_CONFIGURE= YES -USES= iconv +USES= iconv gmake post-install: @${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \ |