diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:20:32 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:20:32 +0000 |
commit | 81bc822548ac7c873f3f6869c769f5aab6517c9b (patch) | |
tree | 1839fb7d8fdd0042d110fb637be969f920bbce35 /www/squishdot | |
parent | bb7551d5b59b3b6e1d20dc14863b2e2c1fb15149 (diff) |
Notes
Diffstat (limited to 'www/squishdot')
-rw-r--r-- | www/squishdot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squishdot/Makefile b/www/squishdot/Makefile index 1d1d6afa7ae1..15672c5299c5 100644 --- a/www/squishdot/Makefile +++ b/www/squishdot/Makefile @@ -18,19 +18,17 @@ COMMENT= A web-based news publishing and discussion product for Zope RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope USE_PYTHON= yes +USE_ZOPE= yes # You can change this in the environment if you like. SZOPEBASEDIR?= www/Zope # Don't change these -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} ZOPEPRODUCTNAME= Squishdot ZOPEPRODUCTDIR= lib/python/Products WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} - do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null |