svn commit: r339012 - head/comms/fldigi

Diane Bruce db at FreeBSD.org
Tue Jan 7 16:13:44 UTC 2014


Author: db
Date: Tue Jan  7 16:13:43 2014
New Revision: 339012
URL: http://svnweb.freebsd.org/changeset/ports/339012

Log:
  - convert from old USE_ to USES

Modified:
  head/comms/fldigi/Makefile

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Tue Jan  7 16:10:48 2014	(r339011)
+++ head/comms/fldigi/Makefile	Tue Jan  7 16:13:43 2014	(r339012)
@@ -23,8 +23,7 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 USE_CXXSTD=	gnu++0x
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pkgconfig compiler:c++11-lib
+USES=		gmake pkgconfig compiler:c++11-lib
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
 		    EXTRA_LIBS="-lexecinfo"
 MAN1=		fldigi.1


More information about the svn-ports-all mailing list