diff options
author | jmmv <jmmv> | 2005-01-25 22:42:49 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-01-25 22:42:49 +0000 |
commit | 4687d1ccad34dac6f64b6477c5f68577c3cc85a8 (patch) | |
tree | 840b1aa4b93f9f6091aef39a3ecfabbbfdaaa936 /devel/libglade2/Makefile | |
parent | 74c0d7b81910b9541516e57c89bdbbe750c95470 (diff) | |
download | pkgsrc-4687d1ccad34dac6f64b6477c5f68577c3cc85a8.tar.gz |
Drop python dependency. Python is supposed to be used by the libglade-convert
script, but as the package is currently missing another dependency, it's not
being installed.
Therefore, and as we haven't noticed any other package requiring this utility,
simply drop it completely. (If it's needed some day, we can simply create a
package to install it, but depending on python here is not good.)
Bump PKGREVISION to 1.
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 352c60b76fb..5d32fe33a52 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2004/12/28 21:41:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2005/01/25 22:42:49 jmmv Exp $ # DISTNAME= libglade-2.4.1 PKGNAME= ${DISTNAME:S/libglade/libglade2/} +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.4/} EXTRACT_SUFX= .tar.bz2 @@ -20,7 +21,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libglade-2.0.pc.in -CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}" +CONFIGURE_ENV+= PYTHON=${FALSE} CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" CONFIGURE_ARGS+= --without-xml-catalog @@ -33,7 +34,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/libglade/2.0 .include "../../devel/pkgconfig/buildlink3.mk" -.include "../../lang/python/application.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../x11/gtk2/buildlink3.mk" |