1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Port needs perl to build -> add USE_PERL5=yes

See http://bento.freebsd.org/errorlogs/5-latest/netsaint-0.0.7_2,1.log
This commit is contained in:
Edwin Groothuis 2002-11-03 21:04:06 +00:00
parent 12f28e7c17
commit 6d476ede70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69372
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"