aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-01-16 06:21:19 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-01-16 06:21:19 +0000
commit3c099fe66b871dca0243aadaed0cbc3a97556d7f (patch)
tree7cdc4cd5986757a1771f3f50bbf72f14970256d0 /textproc/p5-WordNet-QueryData/Makefile
parentd6091a9a22f4188552a8a2b43c941772f79ca9d6 (diff)
Notes
Diffstat (limited to 'textproc/p5-WordNet-QueryData/Makefile')
-rw-r--r--textproc/p5-WordNet-QueryData/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile
index 16b0120f4621..fca76841fd8b 100644
--- a/textproc/p5-WordNet-QueryData/Makefile
+++ b/textproc/p5-WordNet-QueryData/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WordNet-QueryData
-PORTVERSION= 1.38
+PORTVERSION= 1.39
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -16,9 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to the WordNet database files
-LIB_DEPENDS= wn2:${PORTSDIR}/textproc/wordnet
+LIB_DEPENDS= WN.2:${PORTSDIR}/textproc/wordnet
-WNHOME?= ${LOCALBASE}/share/WordNet-2.0
+WNHOME?= ${LOCALBASE}/share/WordNet
PERL_CONFIGURE= yes
CONFIGURE_ENV= WNHOME=${WNHOME}
@@ -28,7 +28,7 @@ MAN3= WordNet::QueryData.3
post-patch:
@${REINPLACE_CMD} -e \
- '/wnHomeUnix/s|/usr/local/WordNet-2.0|${WNHOME}|; \
+ '/wnHomeUnix/s|/usr/local/WordNet-2.1|${WNHOME}|; \
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
.include <bsd.port.mk>