summaryrefslogtreecommitdiff
path: root/audio/spek/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 14:48:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 14:48:26 +0000
commitbeac3175fc45f2f8e9074521be3cd98c92214086 (patch)
tree0138189fb8004edba39c7306d2a957b9f9640366 /audio/spek/Makefile
parentAdd compiler:nestedfct which will automatically probe USE_GCC=any (diff)
Remove USE_GCC=4.7+ in favour of compiler:c++11-lib
While here, pet bsd.sanity.mk
Notes
Notes: svn path=/head/; revision=336348
Diffstat (limited to '')
-rw-r--r--audio/spek/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile
index 99c2daef63c8..c964b5a0374d 100644
--- a/audio/spek/Makefile
+++ b/audio/spek/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv3
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
USE_XZ= yes
-USES= gmake pkgconfig desktop-file-utils
-USE_GNOME= desktopfileutils intltool
+USES= gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils
+USE_GNOME= intltool
USE_WX= 2.8+
WX_UNICODE= yes
WX_CONF_ARGS= absolute
@@ -28,14 +28,8 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000054
-USE_GCC= 4.7+
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" \
${WRKSRC}/po/Makefile.in.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>