diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-12 22:23:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-12 22:23:56 +0000 |
commit | 1ba8985302a6306a2e8aea7d8d5b030de2e9a454 (patch) | |
tree | 2f7de0e6195d29c29488c1886027b92bc0ab7d75 | |
parent | FIx plist. (diff) |
Add USE_PERL5.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=71583
Diffstat (limited to '')
-rw-r--r-- | www/screem-devel/Makefile | 1 | ||||
-rw-r--r-- | www/screem/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 6cbcbcbbf266..b2fa2c84c036 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -28,6 +28,7 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes USE_OPENSSL= yes +USE_PERL5= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl diff --git a/www/screem/Makefile b/www/screem/Makefile index 6cbcbcbbf266..b2fa2c84c036 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -28,6 +28,7 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes USE_OPENSSL= yes +USE_PERL5= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl |