svn commit: r375836 - head/devel/rudiments

Kurt Jaeger pi at FreeBSD.org
Tue Dec 30 14:20:07 UTC 2014


Author: pi
Date: Tue Dec 30 14:20:06 2014
New Revision: 375836
URL: https://svnweb.freebsd.org/changeset/ports/375836
QAT: https://qat.redports.org/buildarchive/r375836/

Log:
  devel/rudiments: builds fine without USES compiler:gcc-c++11-lib
  
  PR:		196363
  Submitted by:	danfe

Modified:
  head/devel/rudiments/Makefile

Modified: head/devel/rudiments/Makefile
==============================================================================
--- head/devel/rudiments/Makefile	Tue Dec 30 13:47:40 2014	(r375835)
+++ head/devel/rudiments/Makefile	Tue Dec 30 14:20:06 2014	(r375836)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rudiments
 PORTVERSION=	0.49
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -12,7 +13,7 @@ COMMENT=	C++ class library for daemons, 
 LICENSE=	LGPL20
 
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig shebangfix compiler:gcc-c++11-lib
+USES=		libtool pkgconfig shebangfix
 SHEBANG_FILES=	doc/programming/insert.pl
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list