diff options
author | mva <mva@FreeBSD.org> | 2013-08-18 21:29:30 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-08-18 21:29:30 +0800 |
commit | e4c4fdf4e55ee4850af93aa0708d7d5c7a91f28f (patch) | |
tree | 3d20202df5ffe1bf255de950dca71aa99bbac7eb /x11-toolkits | |
parent | 4b30f55ad5c6b1a477189fba1eafc04dcb4dfb8a (diff) | |
download | freebsd-ports-gnome-e4c4fdf4e55ee4850af93aa0708d7d5c7a91f28f.tar.gz freebsd-ports-gnome-e4c4fdf4e55ee4850af93aa0708d7d5c7a91f28f.tar.zst freebsd-ports-gnome-e4c4fdf4e55ee4850af93aa0708d7d5c7a91f28f.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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 |
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 |