svn commit: r332946 - in head/devel: subversion subversion16

Olli Hauer ohauer at FreeBSD.org
Wed Nov 6 06:54:20 UTC 2013


Author: ohauer
Date: Wed Nov  6 06:54:19 2013
New Revision: 332946
URL: http://svnweb.freebsd.org/changeset/ports/332946

Log:
  - s/USES=/USES+=/
    do not overwrite USES from sub ports
  
  Submitted by:	az

Modified:
  head/devel/subversion/Makefile.common
  head/devel/subversion16/Makefile.common

Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common	Wed Nov  6 05:51:28 2013	(r332945)
+++ head/devel/subversion/Makefile.common	Wed Nov  6 06:54:19 2013	(r332946)
@@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR=	subversion/
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_KDE4=	# Used below if KWallet support is enabled
-USES=		pkgconfig
+USES+=		pkgconfig
 
 LICENSE=	AL2
 

Modified: head/devel/subversion16/Makefile.common
==============================================================================
--- head/devel/subversion16/Makefile.common	Wed Nov  6 05:51:28 2013	(r332945)
+++ head/devel/subversion16/Makefile.common	Wed Nov  6 06:54:19 2013	(r332946)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_KDE4=	# Used below if KWallet support is enabled
-USES=		pkgconfig
+USES+=		pkgconfig
 
 LICENSE=	AL2
 


More information about the svn-ports-head mailing list