diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:15:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:15:50 +0000 |
commit | e43a9b1fddf06e9a76a4b96f9fe0fd21472c1e13 (patch) | |
tree | db01ba2cd8ddd91524f416ee459ef09cd779526c /x11-toolkits | |
parent | e4243382a818afdcf17731321de2c3cb636e54bf (diff) | |
download | ports-e43a9b1fddf06e9a76a4b96f9fe0fd21472c1e13.tar.gz ports-e43a9b1fddf06e9a76a4b96f9fe0fd21472c1e13.zip |
Notes
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 |