diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 21:03:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 21:03:41 +0000 |
commit | ff83a9f892cc08cc951d9d43e5d01b9e3a35dc2a (patch) | |
tree | 5b1e560f1d703cf9049e15df7caaeea50da3b87d /math/py-matplotlib/Makefile | |
parent | Presenting GNOME 2.10.1 for FreeBSD. See (diff) |
- Point to tcl/tk includes [1]
- Fix packing
PR: ports/79914 [1]
Submitted by: George V. Kouryachy <frbrgeorge@gmail.com>
The port is still quite broken.
Notes
Notes:
svn path=/head/; revision=133617
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 77bb6fdc2e43..265f7b5c20e4 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -36,7 +36,8 @@ CFLAGS+= -I${X11BASE}/include DATADIR= ${PREFIX}/share/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${DATADIR} +PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${PYTHON_SITELIBDIR}/dateutil ${PYTHON_SITELIBDIR}/pytz \ + ${PYTHON_SITELIBDIR}/pylab* ${DATADIR} .if !defined(NOPORTDOCS) PLISTDIR+= ${EXAMPLESDIR} .endif |