diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 05:04:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 05:04:06 +0800 |
commit | b334cd6e474a48c85c7a11dc97c9f686b541cfdb (patch) | |
tree | 27639428ca97174f7a7754855ffe5078b991a972 /net | |
parent | 22de7a429812388ebb9b64fed397fec2b07f2891 (diff) | |
download | freebsd-ports-gnome-b334cd6e474a48c85c7a11dc97c9f686b541cfdb.tar.gz freebsd-ports-gnome-b334cd6e474a48c85c7a11dc97c9f686b541cfdb.tar.zst freebsd-ports-gnome-b334cd6e474a48c85c7a11dc97c9f686b541cfdb.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')
-rw-r--r-- | net/netsaint/Makefile | 1 |
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" |