aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/tora/Makefile1
-rw-r--r--dns/knot/Makefile2
-rw-r--r--editors/emacs23/Makefile2
-rw-r--r--net/quagga/Makefile2
-rw-r--r--www/polipo/Makefile4
-rw-r--r--x11-wm/plwm/Makefile1
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 <bsd.port.options.mk>
.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 <bsd.port.pre.mk>
.if defined(NO_PTEXINFO)
ALL_TARGET= polipo
NOPORTDOCS= yes
.else
+USES= makeinfo
INFO= polipo
.endif
+.include <bsd.port.pre.mk>
+
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