diff options
author | mycroft <mycroft> | 2000-11-20 14:38:27 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-11-20 14:38:27 +0000 |
commit | 612ab5cc5c83feeeb69378cd323d5ad63a19eab5 (patch) | |
tree | 4b9a197180d4fd3e18433af5727f98790e173bbf /x11 | |
parent | 18d48d79d9c2eb396e2ddf9f0df7950e51400927 (diff) | |
download | pkgsrc-612ab5cc5c83feeeb69378cd323d5ad63a19eab5.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')
-rw-r--r-- | x11/gnome-python/Makefile | 30 |
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" |