diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-29 10:18:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-29 10:18:06 +0000 |
commit | 0f2e1e844a30f715ae5e542ef5db755f5c693a96 (patch) | |
tree | 1dc0fe112c389a0400a2441a5b330efd06ed2a65 /textproc/wv/Makefile | |
parent | 42efc2a1690b1da15044266f12efd7fc10778c49 (diff) | |
download | ports-0f2e1e844a30f715ae5e542ef5db755f5c693a96.tar.gz ports-0f2e1e844a30f715ae5e542ef5db755f5c693a96.zip |
Notes
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 924ada9885bd..75a1e6d01f6e 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -13,7 +13,9 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= mzaki@e-mail.ne.jp -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + iconv.3:${PORTSDIR}/converters/libiconv \ + png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes GNU_CONFIGURE= yes |