diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-09-26 10:53:45 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-09-26 10:53:45 +0000 |
commit | b0dac0f8d01d37c64301532a614c4f7c101879d4 (patch) | |
tree | ef5cc53203ac2696325cffaf85bf1cd88f98c1a6 /textproc | |
parent | Add nclever 4.0, a character-based version of NCBI's Entrez program. (diff) |
Respect wmf library bump.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mswordview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile index 6b4a4ee29863..fedc864117a4 100644 --- a/textproc/mswordview/Makefile +++ b/textproc/mswordview/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-0.5.14-bw6 MAINTAINER= sumikawa@FreeBSD.org -LIB_DEPENDS= wmf.1:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf WRKSRC= ${WRKDIR}/mswordview GNU_CONFIGURE= yes |