aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-02-18 19:30:28 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-02-18 19:30:28 +0000
commit498d5c10eb3fdc5666954d2926a428cc5a478a79 (patch)
tree1f4cbaadbf116679bf09abb93cba4824f335b789 /textproc/p5-WordNet-QueryData
parentf271413995d5bf96652d214e5413b8d158514fe4 (diff)
downloadports-498d5c10eb3fdc5666954d2926a428cc5a478a79.tar.gz
ports-498d5c10eb3fdc5666954d2926a428cc5a478a79.zip
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday. Insisted upon by: clement
Notes
Notes: svn path=/head/; revision=101340
Diffstat (limited to 'textproc/p5-WordNet-QueryData')
-rw-r--r--textproc/p5-WordNet-QueryData/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile
index ed6227303339..16b91d8760b8 100644
--- a/textproc/p5-WordNet-QueryData/Makefile
+++ b/textproc/p5-WordNet-QueryData/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WordNet-QueryData
PORTVERSION= 1.31
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WordNet
@@ -15,9 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= Perl interface to the WordNet database files
-LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet
+LIB_DEPENDS= wn2:${PORTSDIR}/textproc/wordnet
-WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1
+WNHOME?= ${LOCALBASE}/share/WordNet-2.0
PERL_CONFIGURE= yes
CONFIGURE_ENV= WNHOME=${WNHOME}