summaryrefslogtreecommitdiff
path: root/dns/knot2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/knot2/Makefile')
-rw-r--r--dns/knot2/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile
index fb00b53169bf..f98faa2f3cad 100644
--- a/dns/knot2/Makefile
+++ b/dns/knot2/Makefile
@@ -14,12 +14,12 @@ COMMENT= High performance authoritative-only DNS server
LICENSE= GPLv3
-LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \
- libgnutls.so:${PORTSDIR}/security/gnutls \
- libjansson.so:${PORTSDIR}/devel/jansson \
- liblmdb.so:${PORTSDIR}/databases/lmdb \
- libnettle.so:${PORTSDIR}/security/nettle \
- liburcu.so:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS= libfstrm.so:devel/fstrm \
+ libgnutls.so:security/gnutls \
+ libjansson.so:devel/jansson \
+ liblmdb.so:databases/lmdb \
+ libnettle.so:security/nettle \
+ liburcu.so:sysutils/liburcu
CONFLICTS= knot-1.* knot1-[0-6].*
@@ -50,7 +50,7 @@ OPTIONS_DEFINE= DNSTAP FASTPARSER IDN
DNSTAP_DESC= dnstap support (see dnstap.info)
DNSTAP_CONFIGURE_ENABLE= dnstap
-DNSTAP_LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
+DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c
# XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from
# `src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which
# should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure
@@ -62,7 +62,7 @@ FASTPARSER_DESC= Fast zone parser (demanding compilation)
FASTPARSER_CONFIGURE_ENABLE= fastparser
IDN_CONFIGURE_WITH= libidn
-IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+IDN_LIB_DEPENDS= libidn.so:dns/libidn
post-patch:
@${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \