diff options
-rw-r--r-- | mail/maildrop/Makefile | 2 | ||||
-rw-r--r-- | sysutils/liburcu/Makefile | 2 | ||||
-rw-r--r-- | textproc/grap/Makefile | 2 | ||||
-rw-r--r-- | x11/wmappl/Makefile | 1 | ||||
-rw-r--r-- | x11/xdialog/Makefile | 1 |
5 files changed, 2 insertions, 6 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index ae14352fd4e2..bb679517bb91 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -20,7 +20,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities LICENSE= GPLv3 USE_BZIP2= yes -USES= iconv shebangfix perl5 gmake +USES= iconv shebangfix perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 274212e1225d..9acbe7a86df5 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt -USES= pathfix gmake +USES= pathfix USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 5074533c8d53..a173543a5502 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -14,8 +14,6 @@ CONFIGURE_ARGS=--with-freebsd-ports OPTIONS_DEFINE= DOCS EXAMPLES -USES= gmake - CONFLICTS_INSTALL=heirloom-doctools-[0-9]* PORTDOCS= README CHANGES COPYRIGHT grap.man diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index e94e78bda94b..47c798050432 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -18,7 +18,6 @@ EXPIRATION_DATE= 2014-03-10 GNU_CONFIGURE= yes USE_XORG= xpm x11 xext sm ice MAKE_ENV= DATADIR="${DATADIR}" -USES= gmake OPTIONS_DEFINE= DOCS diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 4bdc2ba0a84c..04b37499788b 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -14,7 +14,6 @@ COMMENT= A drop in replacement for the "dialog" or "cdialog" programs USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |