diff options
author | tg <tg@FreeBSD.org> | 1998-09-23 12:40:25 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-23 12:40:25 +0000 |
commit | 0ab051b589f11731c525130d18ed13b93b749a72 (patch) | |
tree | 422c95f67f73a8984a51adf994eabbaa28f6b074 /x11-toolkits/py-gnome/Makefile | |
parent | fe6c63a231d3468d913825c077826f0af285a05c (diff) | |
download | FreeBSD-ports-0ab051b589f11731c525130d18ed13b93b749a72.zip FreeBSD-ports-0ab051b589f11731c525130d18ed13b93b749a72.tar.gz |
Upgrade to 0.5.2.
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index ae302b6..aad95b3 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.5 +# Version required: 0.5.2 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/11 07:38:01 tg Exp $ # -DISTNAME= pygtk-0.4.5 -PKGNAME= py-gtk-0.4.5 +DISTNAME= pygtk-0.5.2 +PKGNAME= py-gtk-0.5.2 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11-config ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" |