aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2019-08-07 16:23:05 +0000
committerThomas Zander <riggs@FreeBSD.org>2019-08-07 16:23:05 +0000
commit51028c01d0862c16bf18586a4d0fb202910d95be (patch)
treeda052828ae6886e4bc45a7b4b08625d9c9cb2f4c /audio
parent81aed2954b5d8fdd67db254453cfd96b9e370bef (diff)
downloadports-51028c01d0862c16bf18586a4d0fb202910d95be.tar.gz
ports-51028c01d0862c16bf18586a4d0fb202910d95be.zip
MFH: r508317
Enable support for logging through syslog, bump PORTREVISION PR: 239671 Submitted by: bsdpr@phoe.frmug.org Approved by: ports-secteam (riggs)
Notes
Notes: svn path=/branches/2019Q3/; revision=508318
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 1a85edb4446a..713c9c1485cf 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.21.12
+PORTREVISION= 2
CATEGORIES= audio ipv6
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -26,6 +27,7 @@ MESON_ARGS= -Dauto_features=disabled \
-Dicu=enabled \
-Doss=enabled \
-Dpipe=true \
+ -Dsyslog=enabled \
-Dzlib=enabled
CFLAGS+= -I${PREFIX}/include
CPPFLAGS+= -I${LOCALBASE}/include