svn commit: r383842 - head/graphics/delaboratory

John Marino marino at FreeBSD.org
Sun Apr 12 08:02:21 UTC 2015


Author: marino
Date: Sun Apr 12 08:02:20 2015
New Revision: 383842
URL: https://svnweb.freebsd.org/changeset/ports/383842

Log:
  graphics/delaboratory: Unbreak F8 and F9 too
  
  Reported by:	amdmi3

Modified:
  head/graphics/delaboratory/Makefile

Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile	Sun Apr 12 07:54:11 2015	(r383841)
+++ head/graphics/delaboratory/Makefile	Sun Apr 12 08:02:20 2015	(r383842)
@@ -3,7 +3,7 @@
 
 PORTNAME=	delaboratory
 PORTVERSION=	0.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 
@@ -12,7 +12,7 @@ COMMENT=	Unique image postprocessing app
 
 LICENSE=	GPLv3
 
-USES=		gmake
+USES=		compiler:c++11-lib gmake
 MAKE_ARGS=	CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
 USE_WX=		3.0
 USE_CXXSTD=	c++11
@@ -21,8 +21,8 @@ WX_UNICODE=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS}, ; \
-		s,CXXFLAGS_WX +=,& ${CXXFLAGS} -I${LOCALBASE}/include,' \
+	@${REINPLACE_CMD} -e 's|-Ofast.*}|${CXXFLAGS}| ; \
+		s|CXXFLAGS_WX +=|& ${CXXFLAGS} -I${LOCALBASE}/include|' \
 			${WRKSRC}/${MAKEFILE}
 
 do-install:


More information about the svn-ports-all mailing list