aboutsummaryrefslogtreecommitdiffstats
path: root/net/netsaint
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:04:06 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:04:06 +0800
commit6d476ede708e9a8f24394a0dad4a5944e8657178 (patch)
tree393b7a6e3a2f4a15c37176aa2ef8cf9ce05249e7 /net/netsaint
parent12f28e7c17c073356f8e1bfb22d4a41c73e3c8f2 (diff)
downloadfreebsd-ports-gnome-6d476ede708e9a8f24394a0dad4a5944e8657178.tar.gz
freebsd-ports-gnome-6d476ede708e9a8f24394a0dad4a5944e8657178.tar.zst
freebsd-ports-gnome-6d476ede708e9a8f24394a0dad4a5944e8657178.zip
Port needs perl to build -> add USE_PERL5=yes
See http://bento.freebsd.org/errorlogs/5-latest/netsaint-0.0.7_2,1.log
Diffstat (limited to 'net/netsaint')
-rw-r--r--net/netsaint/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile
index e90a97b34e22..4629d21bd1e7 100644
--- a/net/netsaint/Makefile
+++ b/net/netsaint/Makefile
@@ -22,6 +22,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins
GNU_CONFIGURE= yes
+USE_PERL5= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgd -lgnugetopt"