svn commit: r306426 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 26 08:16:17 UTC 2012


Author: bapt
Date: Fri Oct 26 08:16:17 2012
New Revision: 306426
URL: http://svn.freebsd.org/changeset/ports/306426

Log:
  PKG_DEVEL is not there yet, this shouldn't have been committed, sorry
  
  Feature safe:	yes

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Oct 26 07:25:02 2012	(r306425)
+++ head/Mk/bsd.port.mk	Fri Oct 26 08:16:17 2012	(r306426)
@@ -1652,14 +1652,10 @@ PLIST_SUB+=	LIB32DIR=${LIB32DIR}
 .if defined(WITH_PKGNG)
 .if !defined(PKG_DEPENDS)
 .if !defined(CLEAN_FETCH_ENV)
-.if defined(WITH_PKG_DEVEL)
-PKG_DEPENDS+=		${LOCALBASE}/sbin/pkg:${PORTSDIR}/ports-mgmt/pkg-devel
-.else
 PKG_DEPENDS+=		${LOCALBASE}/sbin/pkg:${PORTSDIR}/ports-mgmt/pkg
 .endif
 .endif
 .endif
-.endif
 
 .if defined(USE_ZIP)
 EXTRACT_DEPENDS+=	${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip


More information about the svn-ports-all mailing list