svn commit: r347208 - head/devel/py-orbit
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 14:08:23 UTC 2014
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>
More information about the svn-ports-all
mailing list