diff options
author | alex <alex@FreeBSD.org> | 2001-09-26 18:53:45 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-09-26 18:53:45 +0800 |
commit | 9ba799daa6f25afa92b525757cd8b07bc6d57c18 (patch) | |
tree | 4522790548c47290ef56a1a049dd84b2034794b4 /textproc | |
parent | 85441fa0263bc9865826e8031be7f16a70e52142 (diff) | |
download | freebsd-ports-gnome-9ba799daa6f25afa92b525757cd8b07bc6d57c18.tar.gz freebsd-ports-gnome-9ba799daa6f25afa92b525757cd8b07bc6d57c18.tar.zst freebsd-ports-gnome-9ba799daa6f25afa92b525757cd8b07bc6d57c18.zip |
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 |