diff options
author | drochner <drochner> | 2009-10-30 15:47:26 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-30 15:47:26 +0000 |
commit | f5e60ed4f3d6e222987fb0cb0ed9c074d72be213 (patch) | |
tree | 91b44fc0e988044875541806a7810d792f749585 /x11 | |
parent | e33842f211de1acb139f3ca8d13e98289ab3c2c1 (diff) | |
download | pkgsrc-f5e60ed4f3d6e222987fb0cb0ed9c074d72be213.tar.gz |
to avoid trouble in the future, remove the "gdl" part as newer
versions are API incompatible
(afaict the only useful thing in this pkg is the "gtkspell" wrapper,
should perhaps be put into its own pkg)
ride on today's PKGREV bump
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2-extras/Makefile | 5 | ||||
-rw-r--r-- | x11/py-gnome2-extras/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 7676585be1a..2c1b43392b9 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/10/30 11:04:29 drochner Exp $ +# $NetBSD: Makefile,v 1.34 2009/10/30 15:47:26 drochner Exp $ # DISTNAME= gnome-python-extras-2.14.3 @@ -36,7 +36,8 @@ SUBST_VARS.ffhome= LOCALBASE .include "../../devel/libbonoboui/buildlink3.mk" .include "../../devel/xulrunner/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" -.include "../../devel/gdl/buildlink3.mk" +# newer gdl versions are incompatible +#.include "../../devel/gdl/buildlink3.mk" # needs older version than is in pkgsrc #.include "../../databases/libgda/buildlink3.mk" .include "../../x11/py-gnome2/buildlink3.mk" diff --git a/x11/py-gnome2-extras/PLIST b/x11/py-gnome2-extras/PLIST index cb17465eb79..8453d1394cc 100644 --- a/x11/py-gnome2-extras/PLIST +++ b/x11/py-gnome2-extras/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:25:03 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/10/30 15:47:26 drochner Exp $ lib/pkgconfig/gnome-python-extras-2.0.pc ${PYSITELIB}/gtk-2.0/egg/__init__.py ${PYSITELIB}/gtk-2.0/egg/__init__.pyc ${PYSITELIB}/gtk-2.0/egg/__init__.pyo ${PYSITELIB}/gtk-2.0/egg/recent.la ${PYSITELIB}/gtk-2.0/egg/trayicon.la -${PYSITELIB}/gtk-2.0/gdl.la ${PYSITELIB}/gtk-2.0/gtkhtml2.la ${PYSITELIB}/gtk-2.0/gtkmozembed.la ${PYSITELIB}/gtk-2.0/gtkspell.la |