diff options
author | salo <salo@pkgsrc.org> | 2006-06-30 13:47:06 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-30 13:47:06 +0000 |
commit | 7f23278ad40b3f621421911bd5d4c4cdfdd0651f (patch) | |
tree | 9414cfc981d5bec77c35d7b27b0b79037df3b76f /multimedia | |
parent | 39224a38378e14c22e28e6e0090470116086f830 (diff) | |
download | pkgsrc-7f23278ad40b3f621421911bd5d4c4cdfdd0651f.tar.gz |
Don't hardcode SuSE 7.3 dependency, it's gone.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/divxplayer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/divxplayer/Makefile b/multimedia/divxplayer/Makefile index d03ba6f2411..e4f6aa1e0a0 100644 --- a/multimedia/divxplayer/Makefile +++ b/multimedia/divxplayer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/05/26 18:58:40 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/30 13:50:07 salo Exp $ DISTNAME= divx-player-installer PKGNAME= divxplayer-0.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL:=${PKGNAME}/} @@ -13,8 +13,7 @@ COMMENT= DivX(TM) Video Player for Linux from DivX.com .include "../../emulators/suse_linux/Makefile.application" .if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_linux>=7.3:../../emulators/suse_linux -DEPENDS+= suse_x11>=7.3:../../emulators/suse_x11 +DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif ONLY_FOR_PLATFORM= *-*-i386 |