aboutsummaryrefslogtreecommitdiff
path: root/graphics/delaboratory
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-04-12 08:02:20 +0000
committerJohn Marino <marino@FreeBSD.org>2015-04-12 08:02:20 +0000
commitbb1b699cc3666521826ca6e9308a98512f5b2462 (patch)
treebfdb00ab3c3a68172760f4c9d2a4c2ab760342c2 /graphics/delaboratory
parente852c1b3b2f071b0d6390ff98a17d940614e65a4 (diff)
downloadports-bb1b699cc3666521826ca6e9308a98512f5b2462.tar.gz
ports-bb1b699cc3666521826ca6e9308a98512f5b2462.zip
graphics/delaboratory: Unbreak F8 and F9 too
Reported by: amdmi3
Notes
Notes: svn path=/head/; revision=383842
Diffstat (limited to 'graphics/delaboratory')
-rw-r--r--graphics/delaboratory/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile
index db15dfcfaa4c..2ae21c49af0a 100644
--- a/graphics/delaboratory/Makefile
+++ b/graphics/delaboratory/Makefile
@@ -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 application
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: