aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-08-18 13:29:30 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-08-18 13:29:30 +0000
commit5bae7389e953854e27f69b736173b9f5aac010fe (patch)
tree3d20202df5ffe1bf255de950dca71aa99bbac7eb /x11-toolkits/gtk20
parent15c0690891c8eed191dfa253c4b3e0c45ad2641a (diff)
downloadports-5bae7389e953854e27f69b736173b9f5aac010fe.tar.gz
ports-5bae7389e953854e27f69b736173b9f5aac010fe.zip
- Fix a cross-port dependency issue for building several gnome-related
ports. x11-toolkits/gtk20 installs scripts that require python to be installed. - Bump the PORTREVISION to let the port pull in lang/python
Notes
Notes: svn path=/head/; revision=324911
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 69766f06ad20..13905b6cf5fd 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -5,7 +5,7 @@
PORTNAME= gtk
PORTVERSION= 2.24.19
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -26,7 +26,8 @@ PORTSCOUT= limitw:0,even
BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
- ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
+ python:${PORTSDIR}/lang/python
USE_GMAKE= yes
USE_PERL5_BUILD=yes