From 1aac669a2f8b6de934a5edb3e4bb976e181ae702 Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 22 Jul 2006 18:18:36 +0000 Subject: [PATCH] remove NO_CONFIGURE which has been obsolete for ages. --- textproc/docbook-xsl/Makefile | 3 +-- www/zope/Makefile | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 7b8e3def24f..946d1d320a6 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/09/04 23:38:18 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2006/07/22 18:18:36 steven Exp $ COMMENT= "docbook XSL modular stylesheet" @@ -19,7 +19,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} BUILD_DEPENDS= :libxml->=2.6.16p6:textproc/libxml RUN_DEPENDS= :libxml->=2.6.16p6:textproc/libxml -NO_CONFIGURE= Yes NO_REGRESS= Yes PKG_ARCH= * diff --git a/www/zope/Makefile b/www/zope/Makefile index 73c51b600b7..3bf6c560b27 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2006/06/17 15:23:57 naddy Exp $ +# $OpenBSD: Makefile,v 1.28 2006/07/22 18:18:36 steven Exp $ SHARED_ONLY= Yes @@ -29,8 +29,6 @@ MODULES= lang/python RUN_DEPENDS+= expat::textproc/expat .endif -NO_CONFIGURE=Yes - BUILD_ARGS= --build-base=${WRKSRC} \ --build-lib="${WRKSRC}/build-lib" \ --build-scripts="${WRKSRC}/build-scripts" \