aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2015-02-26 00:40:14 +0800
committerehaupt <ehaupt@FreeBSD.org>2015-02-26 00:40:14 +0800
commitff713bcdd75c9f77aa6b279c8641d3515d413d24 (patch)
tree7d9399cbcdeddc0121865ae8d48fcaf3c3e85c4f /audio
parent77b5f2a5b77909d282e24e74d402961f8bb4cc1b (diff)
downloadfreebsd-ports-gnome-ff713bcdd75c9f77aa6b279c8641d3515d413d24.tar.gz
freebsd-ports-gnome-ff713bcdd75c9f77aa6b279c8641d3515d413d24.tar.zst
freebsd-ports-gnome-ff713bcdd75c9f77aa6b279c8641d3515d413d24.zip
Remove compiler:nestedfct - this port does not require nested functions and
builds fine with clang. Also remove USE_GCC=any which was redundant with compiler:nestedfct.
Diffstat (limited to 'audio')
-rw-r--r--audio/ocp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 3c2482079419..54520d7e114a 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ocp
PORTVERSION= 0.1.21
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/opencubicplayer/${DISTNAME} \
@@ -21,9 +22,8 @@ LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag \
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
-USES= ncurses gmake pkgconfig desktop-file-utils compiler:nestedfct makeinfo tar:xz iconv
+USES= ncurses gmake pkgconfig desktop-file-utils makeinfo tar:xz iconv
USE_LDCONFIG= yes
-USE_GCC= any
INSTALLS_ICONS= yes
MAKE_JOBS_UNSAFE= yes