From owner-svn-ports-head@FreeBSD.ORG Tue Jan 7 01:16:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DA54BCF; Tue, 7 Jan 2014 01:16:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEA761FF4; Tue, 7 Jan 2014 01:16:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s071GaB8040958; Tue, 7 Jan 2014 01:16:36 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s071GaKM040957; Tue, 7 Jan 2014 01:16:36 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201401070116.s071GaKM040957@svn.freebsd.org> From: Diane Bruce Date: Tue, 7 Jan 2014 01:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338966 - head/comms/flwrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 01:16:37 -0000 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: