summaryrefslogtreecommitdiff
path: root/net-mgmt/docsis
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-28 17:20:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-28 17:20:40 +0000
commit1a11c7d846ebd58f3a1c0ccaff5c75bd5f3adb79 (patch)
treebf510dae940a8b4e036ceebd071a79d232324073 /net-mgmt/docsis
parentFix dependency on pkg, the initial syntax will always find pkg (in base) (diff)
Fix bad dependency on pkg origin which prevents using pkg-devel
Notes
Notes: svn path=/head/; revision=524503
Diffstat (limited to 'net-mgmt/docsis')
-rw-r--r--net-mgmt/docsis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/docsis/Makefile b/net-mgmt/docsis/Makefile
index f31a8add6907..d32311a83de2 100644
--- a/net-mgmt/docsis/Makefile
+++ b/net-mgmt/docsis/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2+
BUILD_DEPENDS= flex:textproc/flex
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
- libpkg.so:ports-mgmt/pkg
+ libpkg.so:${PKG_ORIGIN}
USES= autoreconf bison libtool ssl
USE_GITHUB= yes