diff options
author | knu <knu@FreeBSD.org> | 2000-07-05 19:13:25 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-05 19:13:25 +0800 |
commit | 83513fef56c1c9996eb040a93488ed7837fac927 (patch) | |
tree | 5627e9a5e091dec7ccf224b2835128476f989421 /textproc/wv | |
parent | a4f8aeefff8b98ea7f60c8fe66e55729cf3a1e46 (diff) | |
download | freebsd-ports-gnome-83513fef56c1c9996eb040a93488ed7837fac927.tar.gz freebsd-ports-gnome-83513fef56c1c9996eb040a93488ed7837fac927.tar.zst freebsd-ports-gnome-83513fef56c1c9996eb040a93488ed7837fac927.zip |
Fix a typo that broke make index.
(s/gaphics/graphics/)
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 94203d9f84c9..54577f7a0270 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-0.5.14-bw6 MAINTAINER= sumikawa@kame.net -LIB_DEPENDS= wmf.1:${PORTSDIR}/gaphics/libwmf +LIB_DEPENDS= wmf.1:${PORTSDIR}/graphics/libwmf WRKSRC= ${WRKDIR}/mswordview GNU_CONFIGURE= yes |