diff options
Diffstat (limited to 'x11/xosd/Makefile')
-rw-r--r-- | x11/xosd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xosd/Makefile b/x11/xosd/Makefile index 30afae19d3d..a9869ea1535 100644 --- a/x11/xosd/Makefile +++ b/x11/xosd/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2003/05/02 11:57:34 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/29 11:45:00 jmmv Exp $ # .include "Makefile.common" -PKGREVISION= 1 COMMENT= Library to display shaped text on your X display CONFIGURE_ENV+= XOSD_XMMS_PLUGIN=NO +CONFIGURE_ARGS+= --disable-gdk_pixbuftest CONFIGURE_ARGS+= --disable-new-plugin .include "../../mk/bsd.pkg.mk" |