Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 14:08:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347208 - head/devel/py-orbit
Message-ID:  <201403061408.s26E8NT5023143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar  6 14:08:22 2014
New Revision: 347208
URL: http://svnweb.freebsd.org/changeset/ports/347208
QAT: https://qat.redports.org/buildarchive/r347208/

Log:
  - Stage support
  - While here convert to gmake to USES

Modified:
  head/devel/py-orbit/Makefile

Modified: head/devel/py-orbit/Makefile
==============================================================================
--- head/devel/py-orbit/Makefile	Thu Mar  6 14:07:46 2014	(r347207)
+++ head/devel/py-orbit/Makefile	Thu Mar  6 14:08:22 2014	(r347208)
@@ -16,13 +16,11 @@ COMMENT=	Python bindings for ORBit2
 
 CONFLICTS=	py*-omniorb-[0-9]*
 
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehack orbit2
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 ORBIT_CONFIG=	${LOCALBASE}/bin/orbit2-config
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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