diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
commit | 0c8da4920f93e648ef49aa75b82edd7bc80248d0 (patch) | |
tree | 0de602f098e477f6ed27b73ba07b3bc5fdd00f17 /dns | |
parent | a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562 (diff) | |
download | freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.gz freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.zst freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.zip |
Allow to build with texinfo from ports
With hat: portmgr
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 d87353fe320f..a337368b1ac1 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu -USES= libtool +USES= libtool makeinfo USE_LDCONFIG= yes |