diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-21 23:16:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-21 23:16:24 +0800 |
commit | b0c92969fe1786e6cbcbb6b7e38574a3d2062de7 (patch) | |
tree | a92004d04b098d2f342f32903b608bfe1b92dae5 /textproc | |
parent | 0416e7875f2b4e28f7090f3fc214359f5bd118ec (diff) | |
download | freebsd-ports-gnome-b0c92969fe1786e6cbcbb6b7e38574a3d2062de7.tar.gz freebsd-ports-gnome-b0c92969fe1786e6cbcbb6b7e38574a3d2062de7.tar.zst freebsd-ports-gnome-b0c92969fe1786e6cbcbb6b7e38574a3d2062de7.zip |
- Convert to USES=tcl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wordnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 553b9e613027..05a6944449d2 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://wordnetcode.princeton.edu/${PORTVERSION}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers -USE_TCL= yes +USES= tcl SCRIPTS_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} MAKE_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} PLIST_SUB+= TCL_DVER=${TCL_VER} VER=${PORTVERSION} |