svn commit: r370462 - head/ftp/proftpd

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:07:10 UTC 2014


Author: bapt
Date: Wed Oct  8 17:07:09 2014
New Revision: 370462
URL: https://svnweb.freebsd.org/changeset/ports/370462
QAT: https://qat.redports.org/buildarchive/r370462/

Log:
  Do not overwrite USES from slave ports

Modified:
  head/ftp/proftpd/Makefile

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Wed Oct  8 17:05:36 2014	(r370461)
+++ head/ftp/proftpd/Makefile	Wed Oct  8 17:07:09 2014	(r370462)
@@ -48,7 +48,7 @@ PORTDOCS=	*
 .endif
 
 MAKE_JOBS_UNSAFE=	yes
-USES=		gmake libtool
+USES+=		gmake libtool
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list