svn commit: r325746 - head/science/omnetpp

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 31 00:12:38 UTC 2013


Author: bapt
Date: Sat Aug 31 00:12:37 2013
New Revision: 325746
URL: http://svnweb.freebsd.org/changeset/ports/325746

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig
  Convert USE_GMAKE to USES=gmake
  Convert USE_PERL5 to USES=perl5

Modified:
  head/science/omnetpp/Makefile

Modified: head/science/omnetpp/Makefile
==============================================================================
--- head/science/omnetpp/Makefile	Sat Aug 31 00:11:06 2013	(r325745)
+++ head/science/omnetpp/Makefile	Sat Aug 31 00:12:37 2013	(r325746)
@@ -15,9 +15,8 @@ COMMENT=	A discrete event simulation env
 LIB_DEPENDS=	BLT24:${PORTSDIR}/x11-toolkits/blt
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	libxml libxslt pkgconfig
-USE_PERL5=	yes
+USES=		gmake pkgconfig perl5
+USE_GNOME=	libxml libxslt
 USE_TCL=	yes
 USE_TK=		84+
 


More information about the svn-ports-head mailing list