aboutsummaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /graphics/netpbm
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
Notes
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 36aecdf1ad8d..b55be1145c8b 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -20,6 +20,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
xml2:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+NO_STAGE= yes
+
USES= gmake perl5
CFLAGS+= -DPNG_DEPSTRUCT= -Iutil
MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}"
@@ -32,7 +34,6 @@ MAN1= netpbm.1
OPTIONS_DEFINE= X11 MANPAGES
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}