diff options
author | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /math/py-matplotlib/Makefile | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.zst freebsd-ports-graphics-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 2ce87dbafd7..ee317e996a9 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -32,8 +32,8 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GNOME= gtk20 pygtk2 -USE_TCL= yes -USE_TK= yes +USE_TCL_RUN= yes +USE_TK_RUN= yes CFLAGS+= -I${X11BASE}/include EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME} |