ports/114851: [patch] www/evolution-webcal: use USE_PERL5 correctly
Gabor Kovesdan
gabor at FreeBSD.org
Tue Jul 24 07:20:02 UTC 2007
>Number: 114851
>Category: ports
>Synopsis: [patch] www/evolution-webcal: use USE_PERL5 correctly
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 24 07:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Gabor Kovesdan
>Release: FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
>Description:
I'm working on a cleanup of USE/WITH variables to be used properly.
Please see: http://www.freebsd.org/projects/ideas/#p-ports-cleanup-use
This patch
- Uses USE_PERL5 correctly
>How-To-Repeat:
>Fix:
--- www-evolution-webcal.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/www/evolution-webcal/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 5 Jul 2007 03:54:51 -0000 1.15
+++ Makefile 24 Jul 2007 07:08:19 -0000
@@ -22,7 +22,7 @@
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" \
--- www-evolution-webcal.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list