aboutsummaryrefslogtreecommitdiff
path: root/multimedia/musikcube
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-19 04:26:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-19 04:26:22 +0000
commit69df112ffbe1be170f1e03262e34897806f8b82e (patch)
treeebe6b34fc9f9c15ecc66fd806043e53fdd35e72a /multimedia/musikcube
parent54557556437e82b0ffd1912584b4895cfe301ba9 (diff)
Notes
Diffstat (limited to 'multimedia/musikcube')
-rw-r--r--multimedia/musikcube/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/multimedia/musikcube/Makefile b/multimedia/musikcube/Makefile
index 2563427b55b0..11fd9fe93c71 100644
--- a/multimedia/musikcube/Makefile
+++ b/multimedia/musikcube/Makefile
@@ -2,6 +2,7 @@
PORTNAME= musikcube
DISTVERSION= 0.96.4
+PORTREVISION= 1
CATEGORIES= multimedia audio
MAINTAINER= yuri@FreeBSD.org
@@ -23,22 +24,11 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libtag.so:audio/taglib \
libvorbis.so:audio/libvorbis
-USES= cmake:noninja compiler:c++14-lang pkgconfig ssl
+USES= cmake:noninja compiler:c++14-lang ncurses:port pkgconfig ssl # ncurses:port was changed to base by bug#249572, but this caused it to abort (bug#252817) and was reverted
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= clangen
-CMAKE_ARGS= -DNCURSES_LIBRARIES="cursesw;tinfow;panelw"
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
-USES+= ncurses
-.else
-USES+= ncurses:port
-CFLAGS+= -I${LOCALBASE}/include/ncurses
-.endif
-
.include <bsd.port.mk>