blob: a9869ea1535d308fa191fec4460d4ba6893f655c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.7 2003/06/29 11:45:00 jmmv Exp $
#
.include "Makefile.common"
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"
|