diff options
Diffstat (limited to 'converters/wv/Makefile')
-rw-r--r-- | converters/wv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 5178d965621..55195259bea 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2005/06/01 18:02:41 jlam Exp $ DISTNAME= wv-1.0.3 PKGREVISION= 2 @@ -12,7 +12,6 @@ COMMENT= Library and executables to access Microsoft Word files USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_X11= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= wv-1.0.pc.in @@ -34,5 +33,6 @@ CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} .include "../../graphics/png/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |