diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-07 12:36:07 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-07 12:36:07 +0000 |
commit | 346f9b9421fc16a9575dedebc673955dff3fc442 (patch) | |
tree | ade64723409c79977879be561cef3835c099100e /dns | |
parent | 67a711f6a3ca0792faf8ba36ef7657760c104d55 (diff) | |
download | ports-346f9b9421fc16a9575dedebc673955dff3fc442.tar.gz ports-346f9b9421fc16a9575dedebc673955dff3fc442.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 685d5189807f..d6f461c75f37 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu +LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes |