diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-04 21:34:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-04 21:34:30 +0000 |
commit | 58435cb9e7414b316acb6ab74b690419f132bce1 (patch) | |
tree | ed94e95277c8092ff883f8a6a4f3f50be0acc58b /x11-toolkits/py-gtk2/Makefile | |
parent | a67fff7cf3145e4916bb6fc529831f446f873f1d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index d3333bc0f21c..5eb39156ae35 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gtk -PORTVERSION= 2.10.4 -PORTREVISION= 1 +PORTVERSION= 2.10.5 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,7 +16,7 @@ DISTNAME= pygtk-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK +COMMENT= A set of Python bindings for GTK+ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject |