Date: Wed, 6 Nov 2013 06:54:19 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332946 - in head/devel: subversion subversion16 Message-ID: <201311060654.rA66sJnV047721@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060654.rA66sJnV047721>