diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:07:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:07:09 +0000 |
commit | cd4cf50280fb010e8a96722cc368df31a8c63821 (patch) | |
tree | 00cd34f40d9cfcdf3a7ab4a175eaea1c40e0b3d5 /ftp | |
parent | Convert to USES=pgsql and USES=python (diff) |
Do not overwrite USES from slave ports
Notes
Notes:
svn path=/head/; revision=370462
Diffstat (limited to 'ftp')
-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 |