diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-28 18:01:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-28 18:01:31 +0000 |
commit | cd781f7b1ea8b5fcb1d187bcb60d137ebd886963 (patch) | |
tree | 7b27a108e4e22903748d37bd229616a551e202d6 | |
parent | b3185d474d8a8ec3cccfb78ce3d5ea9c3e9fb845 (diff) | |
download | freebsd-ports-cd781f7b1ea8b5fcb1d187bcb60d137ebd886963.zip |
Correct a typo regarding USE_PERL5.
PR: 114851
Submitted by: gabor
-rw-r--r-- | www/evolution-webcal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index ae6cd020ef46..ee02ac1c1abe 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -22,7 +22,7 @@ USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_PERL= yes +USE_PERL5= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |