diff options
author | nork <nork@FreeBSD.org> | 2003-07-09 18:57:58 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-09 18:57:58 +0800 |
commit | 22344b7447d1f2208e402ee17775f276835094fc (patch) | |
tree | cb97f8b90d7fb4e8a7360189ed94a5ef4643c23b | |
parent | 3e92ae985a82e278055aff85112fc30bf831adde (diff) | |
download | freebsd-ports-gnome-22344b7447d1f2208e402ee17775f276835094fc.tar.gz freebsd-ports-gnome-22344b7447d1f2208e402ee17775f276835094fc.tar.zst freebsd-ports-gnome-22344b7447d1f2208e402ee17775f276835094fc.zip |
Fix dependency on.
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
Approved by: maintainer timeout (about 3 weeks)
-rw-r--r-- | audio/linux-esound/Makefile | 3 | ||||
-rw-r--r-- | audio/linux-f10-esound/Makefile | 3 | ||||
-rw-r--r-- | audio/linux-f8-esound/Makefile | 3 | ||||
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 5 |
4 files changed, 12 insertions, 2 deletions
diff --git a/audio/linux-esound/Makefile b/audio/linux-esound/Makefile index d8811a01cd77..82b3d856f974 100644 --- a/audio/linux-esound/Makefile +++ b/audio/linux-esound/Makefile @@ -8,10 +8,13 @@ PORTNAME= esound CATEGORIES= audio linux PORTVERSION= 0.2.22 +PORTREVISION= 1 MAINTAINER= taoka@FreeBSD.org COMMENT= RPM of esound +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile + RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f10-esound/Makefile b/audio/linux-f10-esound/Makefile index d8811a01cd77..82b3d856f974 100644 --- a/audio/linux-f10-esound/Makefile +++ b/audio/linux-f10-esound/Makefile @@ -8,10 +8,13 @@ PORTNAME= esound CATEGORIES= audio linux PORTVERSION= 0.2.22 +PORTREVISION= 1 MAINTAINER= taoka@FreeBSD.org COMMENT= RPM of esound +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile + RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile index d8811a01cd77..82b3d856f974 100644 --- a/audio/linux-f8-esound/Makefile +++ b/audio/linux-f8-esound/Makefile @@ -8,10 +8,13 @@ PORTNAME= esound CATEGORIES= audio linux PORTVERSION= 0.2.22 +PORTREVISION= 1 MAINTAINER= taoka@FreeBSD.org COMMENT= RPM of esound +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile + RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index 85f63df769f1..bca90913c39f 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux-realplayer PORTVERSION= 8.cs2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio linux MASTER_SITES= http://docs.real.com/docs/playerpatch/unix/:update DISTFILES= ${MAINDIST} ${UPDATEDIST:S/$/:update/} @@ -17,7 +17,8 @@ MAINTAINER= vns@delta.odessa.ua COMMENT= Linux RealPlayer 8.0 from RealNetworks EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound MAINDIST= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E}_rpm UPDATEDIST= rv9_libc6_i386_cs2.tgz |