diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 07:56:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 07:56:42 +0800 |
commit | 28ed80381038838632b19a903936d764462b15d3 (patch) | |
tree | 4f4b36d53ae3448a6ab69b03e218e69dd090138a /audio/ocp | |
parent | 8e360cc564e2a2a75f90d7e6dc02368ee1b4da6c (diff) | |
download | freebsd-ports-graphics-28ed80381038838632b19a903936d764462b15d3.tar.gz freebsd-ports-graphics-28ed80381038838632b19a903936d764462b15d3.tar.zst freebsd-ports-graphics-28ed80381038838632b19a903936d764462b15d3.zip |
Replace USE_GCC=any by USES=compiler:nestedfct
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 3b91883d86a..e732ce340d7 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -22,10 +22,9 @@ LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag \ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig desktop-file-utils +USES= ncurses gmake pkgconfig desktop-file-utils compiler:nestedfct USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GCC= any MAKE_JOBS_UNSAFE= yes |