svn commit: r424548 - head/devel/pure-stllib

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 24 09:14:48 UTC 2016


Author: amdmi3
Date: Mon Oct 24 09:14:47 2016
New Revision: 424548
URL: https://svnweb.freebsd.org/changeset/ports/424548

Log:
  - Fix build on 9.x

Modified:
  head/devel/pure-stllib/Makefile

Modified: head/devel/pure-stllib/Makefile
==============================================================================
--- head/devel/pure-stllib/Makefile	Mon Oct 24 09:03:53 2016	(r424547)
+++ head/devel/pure-stllib/Makefile	Mon Oct 24 09:14:47 2016	(r424548)
@@ -12,7 +12,7 @@ COMMENT=	Pure interface to C++ STL map a
 
 LICENSE=	BSD3CLAUSE
 
-USES=		pkgconfig pure
+USES=		compiler:c++11-lib pkgconfig pure
 
 PORTDOCS=	*
 
@@ -25,8 +25,6 @@ DOC_FILES2=	*.pdf
 
 PORTEXAMPLES=	*
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \
 		${WRKSRC}/Makefile ${WRKSRC}/pure-stlmap/Makefile ${WRKSRC}/pure-stlvec/Makefile


More information about the svn-ports-all mailing list