diff options
author | wiz <wiz> | 2002-11-04 19:20:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-04 19:20:10 +0000 |
commit | 0416438c407cc330bd889c6b8b742d3b8053969f (patch) | |
tree | 4ad3e90253a8bfd24931a1a265401e93e25a0834 /converters | |
parent | fc46b9d1cc915a5088de4ae26a9d27f5869c397d (diff) | |
download | pkgsrc-0416438c407cc330bd889c6b8b742d3b8053969f.tar.gz |
Make sure libwmf is found. Bump PKGREVISION.
Diffstat (limited to 'converters')
-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 |