summaryrefslogtreecommitdiff
path: root/x11/gnome-python
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-11-20 14:38:27 +0000
committermycroft <mycroft@pkgsrc.org>2000-11-20 14:38:27 +0000
commit37e70a7db541a30caae37a58dccabb164df68dd7 (patch)
tree4b9a197180d4fd3e18433af5727f98790e173bbf /x11/gnome-python
parent5926d47d3dbb151aaf9edde9c9a95adce722f7e0 (diff)
downloadpkgsrc-37e70a7db541a30caae37a58dccabb164df68dd7.tar.gz
Use LTCONFIG_OVERRIDE.
Also, back out previous change. This pkg formerly worked with python 1.5.2, and there is no reason to force the user to upgrade python.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r--x11/gnome-python/Makefile30
1 files changed, 16 insertions, 14 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile
index 0250b9de03f..5a2cdf0c910 100644
--- a/x11/gnome-python/Makefile
+++ b/x11/gnome-python/Makefile
@@ -1,22 +1,24 @@
-# $NetBSD: Makefile,v 1.13 2000/11/17 07:53:21 tron Exp $
+# $NetBSD: Makefile,v 1.14 2000/11/20 14:38:27 mycroft Exp $
-DISTNAME= gnome-python-1.0.53
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/}
+DISTNAME= gnome-python-1.0.53
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/}
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.daa.com.au/~james/gnome/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.daa.com.au/~james/gnome/
-DEPENDS+= gnome-core>=1.2.0:../gnome-core
-DEPENDS+= gtkglarea-*:../../x11/gtkglarea
-DEPENDS+= libglade-*:../../devel/libglade
-DEPENDS+= python>=2.0:../../lang/python
+DEPENDS+= gnome-core>=1.2.0:../gnome-core
+DEPENDS+= gtkglarea-*:../../x11/gtkglarea
+DEPENDS+= libglade-*:../../devel/libglade
+DEPENDS+= python>=1.5.2:../../lang/python
-CONFLICTS+= py-gtk-*
+CONFLICTS+= py-gtk-*
-GNU_CONFIGURE= yes
-USE_X11= yes
-USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_GMAKE= yes
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.prefs.mk"