diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-05-20 21:09:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-05-20 21:18:06 +0000 |
commit | 0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c (patch) | |
tree | 8b22566d07f6c931835a6fdaedf28dc8fc020a50 | |
parent | ca9337dc3528d948c14b0ea20dd016eb8608ee76 (diff) |
audio/ocp: drop dependency to audio/libsidplay
ocp now uses a builtin version of sidplayfp and therefore
audio/libsidplay is no longer required.
(cherry picked from commit 6bd17866630c85fc75344f185016765351b66268)
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 1400e4cc70f4..f76daed39423 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -2,6 +2,7 @@ PORTNAME= ocp PORTVERSION= 0.2.90 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/ @@ -18,7 +19,6 @@ BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ - libsidplay.so:audio/libsidplay \ libvorbis.so:audio/libvorbis USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \ |