diff options
author | joerg <joerg> | 2005-12-30 13:24:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-30 13:24:34 +0000 |
commit | ca7f4a26605b7b7a636a018800f4f56876d9fc3b (patch) | |
tree | 023b4d1cc900cac45f0b2eba5b24355a2ab3fd3b /www | |
parent | 92d2908812163ea7109ee07596c29829a250f5f3 (diff) | |
download | pkgsrc-ca7f4a26605b7b7a636a018800f4f56876d9fc3b.tar.gz |
For py-extclass, use the buildlink3.mk, not just a dependency.
Fixes build on DragonFly, remove PKG_FAIL_REASON.
Diffstat (limited to 'www')
-rw-r--r-- | www/zope/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 510f310bae7..b47481e871c 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/12/26 23:39:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.25 2005/12/30 13:24:34 joerg Exp $ # DISTNAME= Zope-2.2.2-src @@ -12,10 +12,6 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.zope.org/ COMMENT= Zope, the Z Object Publishing Environment -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" - -DEPENDS+= py-extclass>=2.2.2:../../lang/py-extclass DEPENDS+= py-dtml>=2.2.2:../../textproc/py-dtml DIST_SUBDIR= python @@ -52,5 +48,6 @@ do-install: <${FILESDIR}/zope-shutdown.py >${PREFIX}/sbin/zope-shutdown ${CHMOD} 755 ${PREFIX}/sbin/zope-install ${PREFIX}/sbin/zope-shutdown +.include "../../lang/py-extclass/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |