diff options
author | drochner <drochner> | 2012-01-18 19:34:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-01-18 19:34:19 +0000 |
commit | f8ac16d6d1225e6743e055144f17bdb39fe548e4 (patch) | |
tree | b9b6830cee8adfcb7d3701ae837b460a4f6cf8c2 /x11/py-gnome2-extras/Makefile | |
parent | bb98e766e462be1dd0e0e5895c67fa377aba988d (diff) | |
download | pkgsrc-f8ac16d6d1225e6743e055144f17bdb39fe548e4.tar.gz |
remove gtkmozembed support -- it is not used by any gnome app in pkgsrc,
and it depends on xulrunner192
bump PKGREV
Diffstat (limited to 'x11/py-gnome2-extras/Makefile')
-rw-r--r-- | x11/py-gnome2-extras/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 785a85e77d3..f2a0d7aac4b 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2012/01/13 10:55:50 obache Exp $ +# $NetBSD: Makefile,v 1.49 2012/01/18 19:34:19 drochner Exp $ # DISTNAME= gnome-python-extras-2.25.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-extras/2.25/} EXTRACT_SUFX= .tar.bz2 @@ -23,28 +23,18 @@ USE_LIBTOOL= YES PKGCONFIG_OVERRIDE+= gnome-python-extras-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -USE_TOOLS+= pkg-config gmake autoconf automake +USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-gtkmozembed=xulrunner-1.9 CONFIGURE_ARGS+= --enable-docs PYTHON_VERSIONS_ACCEPTED= 27 26 25 -pre-configure: - ${RM} -f ${WRKSRC}/gtkmozembed/gtkmozembedmodule.c - ${RUN}cd ${WRKSRC};aclocal;autoheader;automake;autoconf - -# for libtool happy -BUILDLINK_FNAME_TRANSFORM.xulrunner+= -e 's|/libxpcomglue.a|/libxpcomglue_pic.a|g' -BUILDLINK_TRANSFORM+= l:xpcomglue:xpcomglue_pic - .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libbonoboui/buildlink3.mk" -.include "../../devel/xulrunner192/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" # newer gdl versions are incompatible #.include "../../devel/gdl/buildlink3.mk" |