diff options
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | x11/zenity3/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
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 \ diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile index 1d6d899eb..4ec63524b 100644 --- a/x11/zenity3/Makefile +++ b/x11/zenity3/Makefile @@ -4,6 +4,7 @@ PORTNAME= zenity PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -18,7 +19,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool CONFLICTS= gtkada-1.2.* zenity-2.* -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pathfix pkgconfig perl5 tar:xz USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= x11 GNU_CONFIGURE= yes |