diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-25 05:15:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-25 05:15:50 +0800 |
commit | 2ec02c9495250f70e395eca4ae0a78b52ff5be16 (patch) | |
tree | db01ba2cd8ddd91524f416ee459ef09cd779526c /x11-toolkits | |
parent | 8b21cd183d671655a862f463adaf05864016838b (diff) | |
download | freebsd-ports-gnome-2ec02c9495250f70e395eca4ae0a78b52ff5be16.tar.gz freebsd-ports-gnome-2ec02c9495250f70e395eca4ae0a78b52ff5be16.tar.zst freebsd-ports-gnome-2ec02c9495250f70e395eca4ae0a78b52ff5be16.zip |
Remove dependency on the python symlink
All ports relying on this pollution should have been fixed
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index fca003e70a8f..32bcdc0944d0 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk PORTVERSION= 2.24.29 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 @@ -22,10 +22,10 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ - python:lang/python + ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES+= gettext gmake libtool pathfix perl5 pkgconfig +USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix +SHEBANG_FILES= gtk/gtk-builder-convert GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache |