summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-07-04 20:35:55 +0000
committerade <ade@FreeBSD.org>2000-07-04 20:35:55 +0000
commitf096be4b4de27712a10ce81827983090629138fe (patch)
treef8fd285da2eed971247f4a4a8cfbda28de336341 /textproc
parentdf57ec7a1ac68e15f6f18c28ea30830691657720 (diff)
downloadFreeBSD-ports-f096be4b4de27712a10ce81827983090629138fe.zip
FreeBSD-ports-f096be4b4de27712a10ce81827983090629138fe.tar.gz
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 62f91af..94203d9 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 62f91af..94203d9 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
OpenPOWER on IntegriCloud