diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-09 01:07:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-09 01:07:09 +0800 |
commit | 5ab30a6a666081d9f2a94414e6895c00fae4b23a (patch) | |
tree | 00cd34f40d9cfcdf3a7ab4a175eaea1c40e0b3d5 /ftp/proftpd | |
parent | 611d56c012a991fa7407f500d7fc49d3aafd0b17 (diff) | |
download | freebsd-ports-gnome-5ab30a6a666081d9f2a94414e6895c00fae4b23a.tar.gz freebsd-ports-gnome-5ab30a6a666081d9f2a94414e6895c00fae4b23a.tar.zst freebsd-ports-gnome-5ab30a6a666081d9f2a94414e6895c00fae4b23a.zip |
Do not overwrite USES from slave ports
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 97d1b4388a4d..e99485b9c2ef 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -48,7 +48,7 @@ PORTDOCS= * .endif MAKE_JOBS_UNSAFE= yes -USES= gmake libtool +USES+= gmake libtool USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes |