diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-06 23:11:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-06 23:11:38 +0800 |
commit | 7c61c28d4a64fbbfe261472b5304ce6eef028554 (patch) | |
tree | f2506567ee486fbdfc21413a1712d0879af7c91f /ports-mgmt | |
parent | 9ec9f93860df5772f993c55f9a010150477397db (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkgcompare/Makefile | 2 |
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 |