Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 23:30:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340493 - head/devel/commoncpp
Message-ID:  <201401202330.s0KNUDvo041907@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 20 23:30:12 2014
New Revision: 340493
URL: http://svnweb.freebsd.org/changeset/ports/340493
QAT: https://qat.redports.org/buildarchive/r340493/

Log:
  Support stage

Modified:
  head/devel/commoncpp/Makefile

Modified: head/devel/commoncpp/Makefile
==============================================================================
--- head/devel/commoncpp/Makefile	Mon Jan 20 23:28:35 2014	(r340492)
+++ head/devel/commoncpp/Makefile	Mon Jan 20 23:30:12 2014	(r340493)
@@ -13,8 +13,7 @@ MAINTAINER=	acm@FreeBSD.org
 COMMENT=	GNU project portable class framework for C++
 
 USE_LDCONFIG=	yes
-USES=	pathfix
-USE_GMAKE=	yes
+USES=		gmake pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_DOXYGEN=no
 
@@ -23,5 +22,4 @@ INFO=		commoncpp2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202330.s0KNUDvo041907>