diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-18 02:45:02 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-18 02:45:02 +0800 |
commit | 78ecad6f8619148eaa2fb8d32a76355ec68bb86b (patch) | |
tree | 9cf56f515b7c46af61e74da6411dfc6d0e9bfae9 /x11 | |
parent | f1502fe8181e3cefba15522055db973c284b595e (diff) | |
download | marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.gz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.bz2 marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.lz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.xz marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.tar.zst marcuscom-ports-78ecad6f8619148eaa2fb8d32a76355ec68bb86b.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |