svn commit: r316357 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 23 14:28:53 UTC 2013


Author: bapt
Date: Tue Apr 23 14:28:52 2013
New Revision: 316357
URL: http://svnweb.freebsd.org/changeset/ports/316357

Log:
  Remove now unused USE_PKGCONFIG code

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr 23 14:22:39 2013	(r316356)
+++ head/Mk/bsd.port.mk	Tue Apr 23 14:28:52 2013	(r316357)
@@ -529,10 +529,6 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #
 # USE_NCURSES	- If set, this port relies on the ncurses package.
 #
-# USE_PKGCONFIG	- Implies that the port uses pkg-config in one way or another:
-#		  'build', 'run', 'both', implying build,
-#		  runtime, and both build/run dependencies
-#
 # Conflict checking.  Use if your port cannot be installed at the same time as
 # another package.
 #
@@ -1696,18 +1692,6 @@ EXTRACT_DEPENDS+=	unmakeself:${PORTSDIR}
 BUILD_DEPENDS+=		gmake:${PORTSDIR}/devel/gmake
 CONFIGURE_ENV+=	MAKE=${GMAKE}
 .endif
-.if defined(USE_PKGCONFIG)
-.if ${USE_PKGCONFIG:L} == yes || ${USE_PKGCONFIG:L} == build
-BUILD_DEPENDS+=	pkgconf:${PORTSDIR}/devel/pkgconf
-CONFIGURE_ENV+=	PKG_CONFIG=pkgconf
-.elif ${USE_PKGCONFIG:L} == both
-RUN_DEPENDS+=	pkgconf:${PORTSDIR}/devel/pkgconf
-BUILD_DEPENDS+=	pkgconf:${PORTSDIR}/devel/pkgconf
-CONFIGURE_ENV+=	PKG_CONFIG=pkgconf
-.elif ${USE_PKGCONFIG:L} == run
-RUN_DEPENDS+=	pkgconf:${PORTSDIR}/devel/pkgconf
-.endif
-.endif
 
 .if defined(USE_GCC) || defined(USE_FORTRAN)
 .include "${PORTSDIR}/Mk/bsd.gcc.mk"


More information about the svn-ports-all mailing list