aboutsummaryrefslogtreecommitdiff
path: root/databases/namazu2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/namazu2/Makefile')
-rw-r--r--databases/namazu2/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile
index 642143e05ecb..a9b8109b8acb 100644
--- a/databases/namazu2/Makefile
+++ b/databases/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>