diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-26 03:40:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-26 03:40:15 +0800 |
commit | c40e940fd3408698ecb06ddee541e0c9b8c480bc (patch) | |
tree | 9cc4e1dde7bd8a2523041d922ab5933ba49d3494 /dns | |
parent | ebbd5398f97b3cac90266adeab48149bab3c9e28 (diff) | |
download | freebsd-ports-graphics-c40e940fd3408698ecb06ddee541e0c9b8c480bc.tar.gz freebsd-ports-graphics-c40e940fd3408698ecb06ddee541e0c9b8c480bc.tar.zst freebsd-ports-graphics-c40e940fd3408698ecb06ddee541e0c9b8c480bc.zip |
Fix build with ports makeinfo
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index f3852b0691b..ea5b5c03b19 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USE_PERL5= build -USES= iconv pathfix perl5 pkgconfig +USES= iconv makeinfo pathfix perl5 pkgconfig INFO= libidn |