summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/lbdb/Makefile1
-rw-r--r--print/wprint/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile
index d246b557f73b..0b5d6aefd9f4 100644
--- a/mail/lbdb/Makefile
+++ b/mail/lbdb/Makefile
@@ -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
diff --git a/print/wprint/Makefile b/print/wprint/Makefile
index bf9256c73844..284fb5c0c42c 100644
--- a/print/wprint/Makefile
+++ b/print/wprint/Makefile
@@ -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"