Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:12:37 +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: r325746 - head/science/omnetpp
Message-ID:  <201308310012.r7V0CbkW025362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+
 



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