Ports needed pod2man, that means USE_PERL5=yes

Noticed by: bento
This commit is contained in:
Edwin Groothuis 2002-11-05 12:08:22 +00:00
parent 6d00465c96
commit cf0bbe06e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69521
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION}
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec --enable-lbdb-dotlock
USE_GMAKE= YES
USE_PERL5= yes
MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 lbdb_dotlock.1 \
mutt_ldap_query.1

View file

@ -17,6 +17,7 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
freetype:${PORTSDIR}/print/freetype2
USE_REINPLACE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"