diff options
author | knu <knu@FreeBSD.org> | 2003-03-04 08:32:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-03-04 08:32:08 +0800 |
commit | f5756673e57b3b8984e3e55f05f67a316ffd9d08 (patch) | |
tree | dcc1363fa7c067c9190dfa3ebc3686bb35c4f103 | |
parent | babf8377ede61081bfc5f9118a1ff767f68510a8 (diff) | |
download | freebsd-ports-gnome-f5756673e57b3b8984e3e55f05f67a316ffd9d08.tar.gz freebsd-ports-gnome-f5756673e57b3b8984e3e55f05f67a316ffd9d08.tar.zst freebsd-ports-gnome-f5756673e57b3b8984e3e55f05f67a316ffd9d08.zip |
Switch the dependency for rpm2cpio from BUILD_DEPENDS to
EXTRACT_DEPENDS.
Reported by: Daniel Mueller <mue.da@gmx.de>
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index d39228442859..efc7383673cf 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -16,8 +16,8 @@ EXTRACT_ONLY= ${UPDATEDIST} 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 -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio MAINDIST= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E}_rpm UPDATEDIST= rv9_libc6_i386_cs2.tgz |