diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
commit | c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /devel | |
parent | 5518c05a82de65dcdab68396d799321e2a8b0625 (diff) | |
download | freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.gz freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.zst freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cross-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsbook/Makefile | 2 | ||||
-rw-r--r-- | devel/libassetml/Makefile | 2 | ||||
-rw-r--r-- | devel/libcfu/Makefile | 2 | ||||
-rw-r--r-- | devel/liblouisxml/Makefile | 2 | ||||
-rw-r--r-- | devel/liblouisxml/pkg-plist | 1 | ||||
-rw-r--r-- | devel/rcs/Makefile | 2 |
7 files changed, 5 insertions, 8 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index 8b9ff4b2d6cb..3506d772c772 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ BUILD_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils RUN_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils -USES= bison iconv gmake tar:bzip2 +USES= bison iconv gmake makeinfo tar:bzip2 STRIP= #empty GNU_CONFIGURE= yes ALL_TARGET= all info diff --git a/devel/cvsbook/Makefile b/devel/cvsbook/Makefile index df13d07b9566..333fedea6e36 100644 --- a/devel/cvsbook/Makefile +++ b/devel/cvsbook/Makefile @@ -33,7 +33,6 @@ NO_BUILD= yes .if ${PORT_OPTIONS:MINFO} INFO= cvsbook INFODIR= ${PREFIX}/${INFO_PATH} -INSTALL_INFO?= install-info .endif .if ${PORT_OPTIONS:MSINGLE_HTML} @@ -86,7 +85,6 @@ do-install: .if ${PORT_OPTIONS:MINFO} @${MKDIR} ${STAGEDIR}${INFODIR} @${INSTALL_DATA} ${WRKSRC}/cvsbook.info* ${STAGEDIR}${INFODIR} - @${INSTALL_INFO} ${STAGEDIR}${INFODIR}/cvsbook.info ${STAGEDIR}${INFODIR}/dir .endif .include <bsd.port.mk> diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index 0c9885cf974b..fd36dcf2d5e7 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -13,7 +13,7 @@ COMMENT= Library to share image and audio files between projects BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= gettext gmake libtool:keepla pkgconfig +USES= gettext gmake libtool:keepla makeinfo pkgconfig USE_GNOME= gnomehack gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile index d898ebc827f8..35873eb5b64f 100644 --- a/devel/libcfu/Makefile +++ b/devel/libcfu/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= crees GH_COMMIT= 947dba4 GH_TAGNAME= 947dba4 -USES= pkgconfig pathfix libtool +USES= makeinfo pkgconfig pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index db98dfaa3ad1..df92df40918a 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GCC= yes -INFO= liblouisxml-guide +INFO= liblouisxml .include <bsd.port.options.mk> diff --git a/devel/liblouisxml/pkg-plist b/devel/liblouisxml/pkg-plist index 1746f8aa66f9..80c71951d18b 100644 --- a/devel/liblouisxml/pkg-plist +++ b/devel/liblouisxml/pkg-plist @@ -5,7 +5,6 @@ bin/pdf2brl bin/rtf2brl include/liblouisxml/liblouisxml.h include/liblouisxml/louisxml.h -info/liblouisxml.info lib/liblouisxml.a lib/liblouisxml.so lib/liblouisxml.so.1 diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 9113bcace696..d76ddab74e63 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -11,7 +11,7 @@ COMMENT= Version control system LICENSE= GPLv3 -USE_XZ= yes +USES= makeinfo tar:xz GNU_CONFIGURE= yes INFO= rcs |