aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-WordNet-Similarity
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-02-19 03:30:28 +0800
committermi <mi@FreeBSD.org>2004-02-19 03:30:28 +0800
commitdfdd04541701efc2b07fe148f4833171c99a3c28 (patch)
tree663d818404961ff1d5f1a7be2001e1c819d2cb42 /textproc/p5-WordNet-Similarity
parentfb6b4ad0a7f81bb76860912e4942bd72dfa9846f (diff)
downloadfreebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.tar.gz
freebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.tar.zst
freebsd-ports-gnome-dfdd04541701efc2b07fe148f4833171c99a3c28.zip
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday. Insisted upon by: clement
Diffstat (limited to 'textproc/p5-WordNet-Similarity')
-rw-r--r--textproc/p5-WordNet-Similarity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile
index 43e0bf746b18..ef63f23f39c7 100644
--- a/textproc/p5-WordNet-Similarity/Makefile
+++ b/textproc/p5-WordNet-Similarity/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WordNet-Similarity
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WordNet
@@ -19,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet
${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
RUN_DEPENDS= ${BUILD_DEPENDS}
-WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1
+WNHOME?= ${LOCALBASE}/share/WordNet-2.0
PERL_CONFIGURE= yes
CONFIGURE_ENV= WNHOME=${WNHOME}