svn commit: r326472 - head/net/libproxy

Andrej Zverev az at FreeBSD.org
Fri Sep 6 07:24:27 UTC 2013


Author: az
Date: Fri Sep  6 07:24:27 2013
New Revision: 326472
URL: http://svnweb.freebsd.org/changeset/ports/326472

Log:
  - Allow respect USES from slave-ports (libproxy-perl now using USES)

Modified:
  head/net/libproxy/Makefile

Modified: head/net/libproxy/Makefile
==============================================================================
--- head/net/libproxy/Makefile	Fri Sep  6 07:23:52 2013	(r326471)
+++ head/net/libproxy/Makefile	Fri Sep  6 07:24:27 2013	(r326472)
@@ -14,7 +14,7 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT?=	Library that provides automatic proxy configuration management
 
-USES=		cmake
+USES+=		cmake
 
 PLIST_SUB+=	VERSION=${PORTVERSION}
 


More information about the svn-ports-all mailing list