diff options
author | tron <tron> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-04 12:29:46 +0000 |
commit | 150b00140e58d39dc6e5b41718abf65f6bc83cdd (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /audio | |
parent | 1a90a97700c9e78a5f83bfcd6b74d8c6011f413f (diff) | |
download | pkgsrc-150b00140e58d39dc6e5b41718abf65f6bc83cdd.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/realplayer/Makefile b/audio/realplayer/Makefile index 61f0f6c7faf..d119ccea3a0 100644 --- a/audio/realplayer/Makefile +++ b/audio/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/04 19:41:06 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/04 12:29:46 tron Exp $ DISTNAME= rp8_linux20_libc6_i386_cs2 PKGNAME= realplayer-8.0.1 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.real.com/products/player/ COMMENT= RealAudio and RealVideo player -DEPENDS+= suse_x11>=6.1:../../emulators/suse_x11 +DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} @@ -78,4 +78,4 @@ post-install: ${INSTALL_DATA} ${REALPLAYER_HOME}/raclass.zip ${NS_PLUGINS_DIR} ${INSTALL_DATA} ${REALPLAYER_HOME}/rpnp.so ${NS_PLUGINS_DIR} -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |