summaryrefslogtreecommitdiff
path: root/japanese/namazu2/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-17 06:21:38 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-17 06:21:38 +0000
commit90585c005693c823d8517043d4a0d801cc59f502 (patch)
tree0af68717af97de51251782fb17c0c66dd88107a1 /japanese/namazu2/Makefile
parentforgot to remove pa-IN in one place. (diff)
- Move reusable PORTVERSION to Makefile.common in common between
databases/namazu2 and japanese/namazu2
Notes
Notes: svn path=/head/; revision=279885
Diffstat (limited to '')
-rw-r--r--japanese/namazu2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile
index 005ed5459367..dba5a78b5d1b 100644
--- a/japanese/namazu2/Makefile
+++ b/japanese/namazu2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= namazu
-PORTVERSION= 2.0.20
+PORTVERSION= ${NAMAZU_PORTVERSION}
CATEGORIES= japanese databases www textproc
MASTER_SITES= # empty
PKGNAMESUFFIX= 2
@@ -30,6 +30,8 @@ RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Tex
RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/MeCab.pm:${PORTSDIR}/japanese/p5-MeCab
.endif
+.include "${.CURDIR}/../../databases/namazu2/Makefile.common"
+
NO_BUILD= yes
USE_PERL5= yes