diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 22:59:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 22:59:24 +0800 |
commit | 8669d2b1746445461f1050eb30c25d1434bf70f8 (patch) | |
tree | fb8361289dfbd5625416ba2d4627bd9f2e6b9271 /ftp/proftpd | |
parent | 339d04577ca1fefbe7449d0f20f68ac0602d741d (diff) | |
download | freebsd-ports-gnome-8669d2b1746445461f1050eb30c25d1434bf70f8.tar.gz freebsd-ports-gnome-8669d2b1746445461f1050eb30c25d1434bf70f8.tar.zst freebsd-ports-gnome-8669d2b1746445461f1050eb30c25d1434bf70f8.zip |
- Convert USE_GMAKE to USES
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 4bdeaed06366..0cc9fd41cbaf 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -44,7 +44,7 @@ PORTDOCS= * .endif MAKE_JOBS_UNSAFE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes |