diff options
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 |