aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-06 23:11:38 +0800
committerantoine <antoine@FreeBSD.org>2014-12-06 23:11:38 +0800
commit7c61c28d4a64fbbfe261472b5304ce6eef028554 (patch)
treef2506567ee486fbdfc21413a1712d0879af7c91f /ports-mgmt
parent9ec9f93860df5772f993c55f9a010150477397db (diff)
downloadfreebsd-ports-gnome-7c61c28d4a64fbbfe261472b5304ce6eef028554.tar.gz
freebsd-ports-gnome-7c61c28d4a64fbbfe261472b5304ce6eef028554.tar.zst
freebsd-ports-gnome-7c61c28d4a64fbbfe261472b5304ce6eef028554.zip
Allow building WITH_PKG=devel
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/chucky/Makefile2
-rw-r--r--ports-mgmt/pkgcompare/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile
index fc1e1ac888af..81a2e336ac9f 100644
--- a/ports-mgmt/chucky/Makefile
+++ b/ports-mgmt/chucky/Makefile
@@ -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
diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile
index 4ab591e95ae3..70b5f840032f 100644
--- a/ports-mgmt/pkgcompare/Makefile
+++ b/ports-mgmt/pkgcompare/Makefile
@@ -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