diff options
author | markd <markd@pkgsrc.org> | 2004-11-10 08:56:16 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-11-10 08:56:16 +0000 |
commit | ecf3fb64ad7a936fb226e43d58cfd108475cb11f (patch) | |
tree | b1d642b1ebbcc5fefbe7a9ac1c3b49f7d9dcbb72 /multimedia | |
parent | d1e201b407429a3cc55b568f35300644abfb94ea (diff) | |
download | pkgsrc-ecf3fb64ad7a936fb226e43d58cfd108475cb11f.tar.gz |
use ${SUSE_DIR_PREFIX} in the suse_openmotif dependency to allow suse91_...
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/realplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/realplayer/Makefile b/multimedia/realplayer/Makefile index 96874243b38..d6264d142bf 100644 --- a/multimedia/realplayer/Makefile +++ b/multimedia/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/08/26 01:03:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/10 08:56:16 markd Exp $ PKGNAME= realplayer-8.0.1 PKGREVISION= 2 @@ -30,7 +30,7 @@ COMMENT= RealAudio and RealVideo player .if ${OPSYS} == "NetBSD" . if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 -DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif +DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif . elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" . if !exists(/emul/svr4/usr/lib/ld.so) PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" |