diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-05 09:16:27 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-05 09:16:27 +0000 |
commit | 57193b00ceeab6d68ce07eae3d8407d3c5b40de4 (patch) | |
tree | e26984b43af525cf173b8ce5407638b77f8490ed /x11-toolkits/py-gtk/Makefile | |
parent | Upgrade to 0.5.4. (diff) |
Upgrade to 0.6.6.
Reviewed by: nectar
Diffstat (limited to 'x11-toolkits/py-gtk/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index a718410924d9..206b6d22341e 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -6,14 +6,14 @@ # PORTNAME= py-gtk -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.6 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/ -DISTNAME= gnome-python-1.0.50 +DISTNAME= gnome-python-1.0.53 MAINTAINER= nectar@FreeBSD.org @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} CONFIGURE_ARGS= --with-python=python1.5 +USE_LIBTOOL= yes PLIST_COMPLETE= ${PKGDIR}/PLIST WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk |