Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 04:13:41 +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: r336317 - head/comms/fldigi
Message-ID:  <201312130413.rBD4Dfux040511@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Fri Dec 13 04:13:41 2013
New Revision: 336317
URL: http://svnweb.freebsd.org/changeset/ports/336317

Log:
  - Correct a mis-use of USES=

Modified:
  head/comms/fldigi/Makefile

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Fri Dec 13 04:11:11 2013	(r336316)
+++ head/comms/fldigi/Makefile	Fri Dec 13 04:13:41 2013	(r336317)
@@ -23,9 +23,8 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 USE_CXXSTD=	gnu++0x
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
 USE_GMAKE=	yes
-USES=		compiler:c++11-lib
+USES=		pkgconfig compiler:c++11-lib
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
 		    EXTRA_LIBS="-lexecinfo"
 MAN1=		fldigi.1



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