diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-22 11:46:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-22 11:46:36 +0000 |
commit | 95df0eedfec0d9f3fb046ffd2d01165aa2b70c65 (patch) | |
tree | f22882e08c5a996865c762fbf26c1874b9f303b8 /graphics/skencil | |
parent | a0e10553bd29f197fb95d663704b1223bbc78704 (diff) | |
download | ports-95df0eedfec0d9f3fb046ffd2d01165aa2b70c65.tar.gz ports-95df0eedfec0d9f3fb046ffd2d01165aa2b70c65.zip |
Notes
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 |