diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler-glib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile index a8d862fd061..873f1433ff0 100644 --- a/print/poppler-glib/Makefile +++ b/print/poppler-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/11/03 16:10:40 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2007/11/28 20:51:33 drochner Exp $ # .include "../../print/poppler/Makefile.common" @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --disable-splash-output CONFIGURE_ARGS+= --disable-poppler-qt # Don't compile GTK+ test program. CONFIGURE_ARGS+= --disable-gtk-test +CONFIGURE_ARGS+= --disable-utils BUILD_DIRS= ${WRKSRC}/goo ${WRKSRC}/fofi ${WRKSRC}/poppler \ ${WRKSRC}/glib |