Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 15:11:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374115 - in head/ports-mgmt: chucky pkgcompare
Message-ID:  <201412061511.sB6FBcPb051818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  6 15:11:38 2014
New Revision: 374115
URL: https://svnweb.freebsd.org/changeset/ports/374115
QAT: https://qat.redports.org/buildarchive/r374115/

Log:
  Allow building WITH_PKG=devel

Modified:
  head/ports-mgmt/chucky/Makefile
  head/ports-mgmt/pkgcompare/Makefile

Modified: head/ports-mgmt/chucky/Makefile
==============================================================================
--- head/ports-mgmt/chucky/Makefile	Sat Dec  6 14:54:48 2014	(r374114)
+++ head/ports-mgmt/chucky/Makefile	Sat Dec  6 15:11:38 2014	(r374115)
@@ -16,7 +16,7 @@ LICENSE_NAME=	CHUCKY BSD LICENSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-LIB_DEPENDS=	libpkg.so:${PORTSDIR}/ports-mgmt/pkg \
+LIB_DEPENDS=	libpkg.so:${PORTSDIR}/${PKG_ORIGIN} \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 USE_GITHUB=	yes

Modified: head/ports-mgmt/pkgcompare/Makefile
==============================================================================
--- head/ports-mgmt/pkgcompare/Makefile	Sat Dec  6 14:54:48 2014	(r374114)
+++ head/ports-mgmt/pkgcompare/Makefile	Sat Dec  6 15:11:38 2014	(r374115)
@@ -15,7 +15,7 @@ LICENSE_NAME=	PKG-COMPARE BSD LICENSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
-LIB_DEPENDS=	libpkg.so:${PORTSDIR}/ports-mgmt/pkg \
+LIB_DEPENDS=	libpkg.so:${PORTSDIR}/${PKG_ORIGIN} \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 USE_GITHUB=	yes



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