From f672b8cfe6f4f6b2f1af20b60c9612910c428207 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 26 Jun 2014 11:02:07 +0000 Subject: [PATCH] Allow to build with texinfo from ports With hat: portmgr --- databases/tora/Makefile | 1 + dns/knot/Makefile | 2 +- editors/emacs23/Makefile | 2 +- net/quagga/Makefile | 2 +- www/polipo/Makefile | 4 +++- x11-wm/plwm/Makefile | 1 + 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/databases/tora/Makefile b/databases/tora/Makefile index 22a0cc74a314..4f55d3fff768 100644 --- a/databases/tora/Makefile +++ b/databases/tora/Makefile @@ -30,6 +30,7 @@ NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo INFO= tora .endif 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 diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 5719e3762f2e..0944c1362167 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-* emacs22-* emacs24-* \ EMACS_VER= 23.4 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig +USES= gmake makeinfo ncurses pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 52f962aabc37..6fad5b48def6 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]* -USES= gmake perl5 libtool +USES= gmake libtool makeinfo perl5 USE_AUTOTOOLS= autoheader aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk diff --git a/www/polipo/Makefile b/www/polipo/Makefile index c4413f251d0e..52d150e144da 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -15,15 +15,17 @@ MAN1= polipo.1 USE_RC_SUBR= polipo NO_STAGE= yes -.include .if defined(NO_PTEXINFO) ALL_TARGET= polipo NOPORTDOCS= yes .else +USES= makeinfo INFO= polipo .endif +.include + DOCSDIR= ${DATADIR}/www/doc PORTDOCS= * diff --git a/x11-wm/plwm/Makefile b/x11-wm/plwm/Makefile index 8246219259f2..a748360ababd 100644 --- a/x11-wm/plwm/Makefile +++ b/x11-wm/plwm/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib INFO= plwm +USES= makeinfo USE_PYTHON= yes GNU_CONFIGURE= yes