diff options
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index d079a3b27631..51b831f2d5b1 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -17,8 +17,10 @@ COMMENT= Perl interface to the WordNet database files LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet +WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1 + PERL_CONFIGURE= yes -CONFIGURE_ENV= WNHOME=${LOCALBASE}/share/WordNet-1.7.1 +CONFIGURE_ENV= WNHOME=${WNHOME} MAN3= WordNet::QueryData.3 |