diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-04 19:03:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-04 19:03:28 +0000 |
commit | 1af2baef8456f3254f5c7aa60d3fb311343ac319 (patch) | |
tree | 405a583b2c12f2a125d6aeac7991da24fc75bdab | |
parent | Upgrade to 1.2.0. (diff) |
Add USE_PERL5.
Notes
Notes:
svn path=/head/; revision=62441
-rw-r--r-- | devel/bonobo-activation/Makefile | 1 | ||||
-rw-r--r-- | devel/glib20/Makefile | 1 | ||||
-rw-r--r-- | textproc/intltool/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index 873b4ed219e6..d61819e0a04e 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -23,6 +23,7 @@ USE_BISON= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_PERL5= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 17fbc8235184..973034f47d1e 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -31,6 +31,7 @@ USE_LIBTOOL= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6406a4cc40c4..b56fcd4e3dea 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |