From 78ecad6f8619148eaa2fb8d32a76355ec68bb86b Mon Sep 17 00:00:00 2001 From: gusi Date: Sat, 17 May 2014 18:45:02 +0000 Subject: Fix zenity3 and evolution. Those install scripts not shebanged; those scripts are .in files that get patched and renamed during the build. Fixing that with USES=+perl5 is easier than patching the .in file and then using shebangfix. Reported by: poudriere Discussed with: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19671 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ef6552d0a..8425ebc6f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -4,6 +4,7 @@ PORTNAME= evolution PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,7 +24,7 @@ LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \ RUN_DEPENDS= highlight:${PORTSDIR}/textproc/highlight USES= desktop-file-utils bison gettext gmake libtool:keepla \ - pathfix pkgconfig shebangfix tar:xz + pathfix perl5 pkgconfig tar:xz USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix gtkhtml4 \ intlhack GNU_CONFIGURE= yes @@ -36,7 +37,6 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ARGS+=--disable-image-inline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -SHEBANG_FILES= addressbook/tools/csv2vcard GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ org.gnome.evolution.addressbook.gschema.xml \ -- cgit v1.2.3