diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-08-26 00:55:07 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-08-26 00:55:07 +0800 |
commit | 0947ed8998429ddf721f52332842ba84827ce0ba (patch) | |
tree | daa348fa8edcf1e5b892e1c42993549d5aa3c240 /audio | |
parent | 346727ab3089db33c620ea4921d0ceaf77a985a9 (diff) | |
download | freebsd-ports-gnome-0947ed8998429ddf721f52332842ba84827ce0ba.tar.gz freebsd-ports-gnome-0947ed8998429ddf721f52332842ba84827ce0ba.tar.zst freebsd-ports-gnome-0947ed8998429ddf721f52332842ba84827ce0ba.zip |
Add dependency on systemd-libs, needed by libpulsecommon-10.0.so.
PR: 240043
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-c7-pulseaudio-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/linux-c7-pulseaudio-libs/Makefile b/audio/linux-c7-pulseaudio-libs/Makefile index 23334e5ea18f..db8b133bdee5 100644 --- a/audio/linux-c7-pulseaudio-libs/Makefile +++ b/audio/linux-c7-pulseaudio-libs/Makefile @@ -4,7 +4,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 DISTVERSIONSUFFIX= -5.el7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMESUFFIX= -libs @@ -13,7 +13,8 @@ COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs +USE_LINUX= dbuslibs libasyncns libsndfile systemd-libs tcp_wrappers-libs \ + xorglibs USE_LINUX_RPM= yes LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ |