diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 11:20:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-20 11:20:02 +0000 |
commit | e766b96a877f0efcbfbecf1ac1e52576af9357de (patch) | |
tree | 880422899a94ff1ebbe9e4cd0703c3ea44f6a379 /math/octave-forge-tcl-octave | |
parent | cd045c3acc25b601840b4202f1f8744737e3781a (diff) | |
download | ports-e766b96a877f0efcbfbecf1ac1e52576af9357de.tar.gz ports-e766b96a877f0efcbfbecf1ac1e52576af9357de.zip |
Notes
Diffstat (limited to 'math/octave-forge-tcl-octave')
-rw-r--r-- | math/octave-forge-tcl-octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index 852040faec62..c5d1fe4f4245 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -11,7 +11,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -USE_TCL_WRAPPER= yes +USES+= tcl:wrapper .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> |