From e0514222acb9db36281d7faab94a383b70660325 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 29 Aug 2007 16:34:56 +0000 Subject: [PATCH] gmake is not needed --- devel/doc++/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index c02c4cbb544..103d910c5ee 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.16 2007/08/11 10:44:24 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2007/08/29 16:34:56 jasper Exp $ -COMMENT= "documentation system for C, C++, IDL and Java" +COMMENT= documentation system for C, C++, IDL and Java DISTNAME= doc++-3.4.10 PKGNAME= ${DISTNAME}p1 @@ -21,7 +21,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docpp/} RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \ :teTeX_base-*:print/teTeX/base -USE_GMAKE= Yes CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"