diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
commit | c0ef6553ab62feeeed1bc06230ffad0837ff80c6 (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /net/libsocket++ | |
parent | Do not hide errors listing info pages in the pkg case (diff) |
Allow to build with texinfo from ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=359321
Diffstat (limited to 'net/libsocket++')
-rw-r--r-- | net/libsocket++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 909e3e55498d..534ec3f6d469 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool:keepla +USES= libtool:keepla makeinfo USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize AUTOMAKE_ARGS= -a -c LIBTOOLIZE_ARGS=-i -c |