diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 05:23:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 05:23:54 +0000 |
commit | 0e18b7ccfa678cdd57f9e448bf9f430a85259258 (patch) | |
tree | 82a295bedfcfa9421166f22b04f05782c43971ef /x11-toolkits/py-gtk2 | |
parent | fca24981ceaaf920f1909259b4789f7324fe8eb8 (diff) | |
download | ports-0e18b7ccfa678cdd57f9e448bf9f430a85259258.tar.gz ports-0e18b7ccfa678cdd57f9e448bf9f430a85259258.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 2e73844bb91c..3de788e93d5b 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= gtk -PORTVERSION= 1.99.18 +PORTVERSION= 2.0.0 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pygtk/1.99 +MASTER_SITE_SUBDIR= sources/pygtk/2.0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygtk-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -16,13 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GTK -LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 +LIB_DEPENDS= gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 RUN_DEPENDS= ${PYNUMERIC} USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget libglade2 USE_PYTHON= yes USE_LIBTOOL= yes diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index abfdd9f2c032..b1ac006c776e 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1 +1 @@ -MD5 (gnome2/pygtk-1.99.18.tar.bz2) = 9aee0b318079d516de52e98041d8a18f +MD5 (gnome2/pygtk-2.0.0.tar.bz2) = 14db9cfffe31f6df0351bd5fec69f606 |