Date: Tue, 23 Apr 2013 14:28:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316357 - head/Mk Message-ID: <201304231428.r3NESrZL056350@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304231428.r3NESrZL056350>