diff options
Diffstat (limited to 'ports-mgmt/pkgcompare/Makefile')
-rw-r--r-- | ports-mgmt/pkgcompare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile index 4236526cc173..a64140a34403 100644 --- a/ports-mgmt/pkgcompare/Makefile +++ b/ports-mgmt/pkgcompare/Makefile @@ -13,8 +13,8 @@ LICENSE_NAME= PKG-COMPARE BSD LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libpkg.so:${PORTSDIR}/${PKG_ORIGIN} \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libpkg.so:${PKG_ORIGIN} \ + libsqlite3.so:databases/sqlite3 USE_GITHUB= yes GH_ACCOUNT= waitman |