Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 08:16:17 +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: r306426 - head/Mk
Message-ID:  <201210260816.q9Q8GHl5056702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210260816.q9Q8GHl5056702>