diff options
author | nbm <nbm@FreeBSD.org> | 2003-08-23 04:20:32 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2003-08-23 04:20:32 +0800 |
commit | 0052cee8f4f4e5cb1167dfce9446b39b1d66315d (patch) | |
tree | d8ff7a4d5656e634eec0b42717f98576da3d3699 /www/squishdot | |
parent | 9ccfcf5e9670c9fb7deecddef032269541a7b6fe (diff) | |
download | freebsd-ports-gnome-0052cee8f4f4e5cb1167dfce9446b39b1d66315d.tar.gz freebsd-ports-gnome-0052cee8f4f4e5cb1167dfce9446b39b1d66315d.tar.zst freebsd-ports-gnome-0052cee8f4f4e5cb1167dfce9446b39b1d66315d.zip |
Utilise USE_ZOPE to enforce python version requirements
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 |