summaryrefslogtreecommitdiff
path: root/japanese/namazu2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-26 20:56:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-26 20:56:25 +0000
commit3f9dd014757aefefbadcbdbc3ca7577e13cdba84 (patch)
treeb8732a931ba22a62d6f38176e0109b0cbc9c7e79 /japanese/namazu2/Makefile
parentUpdate to 1.09. (diff)
Update to 2.0.5.
- Fix several bugs. - Spanish and French translations of documents have been added. etc. Submitted by: kuriyama
Notes
Notes: svn path=/head/; revision=34276
Diffstat (limited to 'japanese/namazu2/Makefile')
-rw-r--r--japanese/namazu2/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile
index 642143e05ecb..a9b8109b8acb 100644
--- a/japanese/namazu2/Makefile
+++ b/japanese/namazu2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= namazu2
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
CATEGORIES= japanese textproc
MASTER_SITES= http://www.namazu.org/stable/
DISTNAME= namazu-${PORTVERSION}
@@ -30,7 +30,13 @@ GNU_CONFIGURE= yes
MAN1= namazu.1 mknmz.1
INSTALLS_SHLIB= yes
+.if defined(WITH_CHASEN)
+DEPENDS=
+.else
+
+.endif
+
post-install:
- ${LN} -sf ${PREFIX}/lib/libnmz.so.3 ${PREFIX}/lib/libnmz.so
+ ${LN} -sf ${PREFIX}/lib/libnmz.so.4 ${PREFIX}/lib/libnmz.so
.include <bsd.port.mk>