diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-18 10:07:55 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-18 10:07:55 +0000 |
commit | 6df53c4b7a78ca483dc0e88a8d967ca358b6ad7a (patch) | |
tree | 3882da598ec0bc6f8bf3a2c04b29c9037d57fe90 | |
parent | 48d77adb6e2f9c3a0e0ce0f4a30192e2e26512f8 (diff) | |
download | ports-6df53c4b7a78ca483dc0e88a8d967ca358b6ad7a.tar.gz ports-6df53c4b7a78ca483dc0e88a8d967ca358b6ad7a.zip |
- Update to USES=tk
Notes
Notes:
svn path=/head/; revision=344853
-rw-r--r-- | french/aster/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 556badae4a62..a12648631986 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -43,9 +43,8 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \ LICENSE= GPLv2 -USES= bison fortran +USES= bison fortran tk USE_PYTHON= 2 # >2.5 and <3.0 -USE_TK= yes HAS_CONFIGURE= yes REINPLACE_ARGS= -i "" |