diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pxlib/Makefile | 1 | ||||
-rw-r--r-- | databases/rrdtool/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index d4ffaab6d03a..f0f72f6a3f2a 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_GETTEXT= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 36e83e7ae55d..6fa30e634e23 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +WANT_PERL= yes CONFIGURE_ARGS= --disable-tcl |