diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-04 19:20:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-04 19:20:10 +0000 |
commit | a8b805053629b21d2e871f2a7f5ac03916037a79 (patch) | |
tree | 4ad3e90253a8bfd24931a1a265401e93e25a0834 /converters/wv | |
parent | d2a2ea44fda578b61bb8dfb5373cd8215d604372 (diff) | |
download | pkgsrc-a8b805053629b21d2e871f2a7f5ac03916037a79.tar.gz |
Make sure libwmf is found. Bump PKGREVISION.
Diffstat (limited to 'converters/wv')
-rw-r--r-- | converters/wv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 8b1eeef9c56..3c91da867fe 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2002/09/11 11:23:14 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/11/04 19:20:10 wiz Exp $ # DISTNAME= wv-0.7.2 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} @@ -17,6 +18,7 @@ USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES MAKE_ENV+= RM="${RM} -f" +CONFIGURE_ARGS+= --with-libwmf=${BUILDLINK_PREFIX.libwmf} post-install: ${TOUCH} ${PREFIX}/share/wv/ttf/.directory |