diff options
author | ade <ade@FreeBSD.org> | 2000-07-04 20:35:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-04 20:35:55 +0000 |
commit | f096be4b4de27712a10ce81827983090629138fe (patch) | |
tree | f8fd285da2eed971247f4a4a8cfbda28de336341 /textproc | |
parent | df57ec7a1ac68e15f6f18c28ea30830691657720 (diff) | |
download | FreeBSD-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/Makefile | 2 | ||||
-rw-r--r-- | textproc/wv/Makefile | 2 |
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 |