svn commit: r336317 - head/comms/fldigi

Diane Bruce db at FreeBSD.org
Fri Dec 13 04:13:41 UTC 2013


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


More information about the svn-ports-all mailing list