summaryrefslogtreecommitdiff
path: root/textproc/wv/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-07-04 20:35:55 +0000
committerAde Lovett <ade@FreeBSD.org>2000-07-04 20:35:55 +0000
commitaaa8ce3eaab7908444db2dc4573b6d3ed04e523b (patch)
tree00a7cadb7ac6e8fe7a516fdbdb46f3f58d48b1e6 /textproc/wv/Makefile
parentUpdate: v2.8009.460->v2.8010.462 (diff)
Now that libwmf builds shared libraries, update dependencies
accordingly. This fixes the bogon where you could do a pkg_delete on libwmf, and then have mswordview fail since it was linked against shared libraries which had disappeared.
Notes
Notes: svn path=/head/; revision=30198
Diffstat (limited to '')
-rw-r--r--textproc/wv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 62f91af60032..94203d9f84c9 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-0.5.14-bw6
MAINTAINER= sumikawa@kame.net
-BUILD_DEPENDS= ${LOCALBASE}/lib/libwmf.a:${PORTSDIR}/graphics/libwmf
+LIB_DEPENDS= wmf.1:${PORTSDIR}/gaphics/libwmf
WRKSRC= ${WRKDIR}/mswordview
GNU_CONFIGURE= yes