diff options
author | tg <tg@FreeBSD.org> | 2000-08-22 19:46:36 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-08-22 19:46:36 +0800 |
commit | 96f95dee3e92addc1186aeb331ca09d8dbea3fbc (patch) | |
tree | 02f1a33102af0db0d0871b150b6ca1d7e6c6b02c /graphics/skencil | |
parent | 16ecf88f3035902920a9b59d76fc5192054a74d2 (diff) | |
download | freebsd-ports-gnome-96f95dee3e92addc1186aeb331ca09d8dbea3fbc.tar.gz freebsd-ports-gnome-96f95dee3e92addc1186aeb331ca09d8dbea3fbc.tar.zst freebsd-ports-gnome-96f95dee3e92addc1186aeb331ca09d8dbea3fbc.zip |
Depend on py-reportlab, so that PDF output works.
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index fd146cbc729c..1a10e5fab8b7 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${LOCALBASE}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \ + ${LOCALBASE}/lib/python1.5/site-packages/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \ ${LOCALBASE}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml SKETCHDIR= ${PREFIX}/share/sketch |