summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authormarkd <markd>2004-11-10 08:56:16 +0000
committermarkd <markd>2004-11-10 08:56:16 +0000
commit577c0ceb648fe13e4a4ff9c4977196cd92bfeaf2 (patch)
treeb1d642b1ebbcc5fefbe7a9ac1c3b49f7d9dcbb72 /multimedia
parent0316e017af7f4a1152024cdd38ff21a0226ac7d7 (diff)
downloadpkgsrc-577c0ceb648fe13e4a4ff9c4977196cd92bfeaf2.tar.gz
use ${SUSE_DIR_PREFIX} in the suse_openmotif dependency to allow suse91_...
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/realplayer/Makefile4
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)"