diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /audio | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | freebsd-ports-gnome-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz freebsd-ports-gnome-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.zst freebsd-ports-gnome-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-c6-alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-f10-alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | audio/linux-mbrola/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/linux-c6-alsa-lib/Makefile b/audio/linux-c6-alsa-lib/Makefile index 664824b5a01a..8f7da9e1820b 100644 --- a/audio/linux-c6-alsa-lib/Makefile +++ b/audio/linux-c6-alsa-lib/Makefile @@ -12,7 +12,7 @@ COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_ LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/etc/asound.conf:${PORTSDIR}/audio/alsa-lib +RUN_DEPENDS= alsa-lib>0:${PORTSDIR}/audio/alsa-lib CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* diff --git a/audio/linux-f10-alsa-lib/Makefile b/audio/linux-f10-alsa-lib/Makefile index a60e63b0eb02..573c8d7b4ca6 100644 --- a/audio/linux-f10-alsa-lib/Makefile +++ b/audio/linux-f10-alsa-lib/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) -RUN_DEPENDS= ${LOCALBASE}/etc/asound.conf:${PORTSDIR}/audio/alsa-lib +RUN_DEPENDS= alsa-lib>0:${PORTSDIR}/audio/alsa-lib CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* diff --git a/audio/linux-mbrola/Makefile b/audio/linux-mbrola/Makefile index 24de33a78a9c..e28e3ee6f6cb 100644 --- a/audio/linux-mbrola/Makefile +++ b/audio/linux-mbrola/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= MBROLA speech synthesizer for Linux -RUN_DEPENDS= ${LOCALBASE}/share/mbrolavox:${PORTSDIR}/audio/mbrolavox +RUN_DEPENDS= mbrolavox>0:${PORTSDIR}/audio/mbrolavox CONFLICTS= mbrola-* NO_BUILD= yes |