diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-07 00:29:39 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-07 00:29:39 +0000 |
commit | 1533c5e3bfa411356df58d144391861a48d8a8f1 (patch) | |
tree | 9fa00bf0536fbe0b07f45cb6bb647c0ec1a7decb /x11-toolkits/py-gtk2 | |
parent | 552dee385e86b4a5e90592a0c561aa930d41ab84 (diff) | |
download | FreeBSD-ports-1533c5e3bfa411356df58d144391861a48d8a8f1.zip FreeBSD-ports-1533c5e3bfa411356df58d144391861a48d8a8f1.tar.gz |
Rename pygtk to py-gtk after repository copy, to meet convention
of naming Python modules with a prefix of "py-" and to match this
port's PKGNAME.
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 48d9b3b..fb6f12e 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: 12/26/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.15 1998/12/31 05:40:03 nectar Exp $ +# $Id: Makefile,v 1.16 1999/01/07 00:19:55 asami Exp $ # DISTNAME= pygtk-0.5.9 @@ -21,8 +21,6 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python -BROKEN= repository copy - GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config MAKE_FLAGS= OPT="${CFLAGS}" |