diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | cfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch) | |
tree | 9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /math/py-matplotlib/Makefile | |
parent | 779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff) | |
download | ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.tar.gz ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.zip |
Notes
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 2ce87dbafd74..ee317e996a9f 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} |