Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 01:16:36 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338966 - head/comms/flwrap
Message-ID:  <201401070116.s071GaKM040957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Tue Jan  7 01:16:36 2014
New Revision: 338966
URL: http://svnweb.freebsd.org/changeset/ports/338966

Log:
  - convert old USE_GMAKE and USE_DOS2UNIX to new Uses=

Modified:
  head/comms/flwrap/Makefile

Modified: head/comms/flwrap/Makefile
==============================================================================
--- head/comms/flwrap/Makefile	Tue Jan  7 00:23:34 2014	(r338965)
+++ head/comms/flwrap/Makefile	Tue Jan  7 01:16:36 2014	(r338966)
@@ -15,9 +15,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-toolkits/fltk
 
-USE_GMAKE=	yes
+USES=		gmake dos2unix
 GNU_CONFIGURE=	yes
-USE_DOS2UNIX=	yes
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
 
 post-configure:



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