diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-24 20:42:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-01-24 20:42:24 +0000 |
commit | 4a87ebcb5553014dd69fbc1b5969660a92392010 (patch) | |
tree | efb2b1a67348798f23f801de36c0c2b18d369119 /textproc/queequeg | |
parent | 2ff7275b9fdb68be56127eaac0338979a105d5c6 (diff) |
Notes
Diffstat (limited to 'textproc/queequeg')
-rw-r--r-- | textproc/queequeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 003e4b3ab240..58f585df46ba 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= wn:${PORTSDIR}/textproc/wordnet \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb USE_PYTHON= 2.3+ -MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet-*" +MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet" .if !defined(NOPORTDOCS) PORTDOCS= address.png index-e.html index.html |