summaryrefslogtreecommitdiff
path: root/textproc
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
parenta434725af040e2698a4a9c1a0d5a268b0df6d406 (diff)
downloadfreebsd-ports-aaa8ce3eaab7908444db2dc4573b6d3ed04e523b.zip
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mswordview/Makefile2
-rw-r--r--textproc/wv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile
index 62f91af60032..94203d9f84c9 100644
--- a/textproc/mswordview/Makefile
+++ b/textproc/mswordview/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
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