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 | e7827331442ed309ced2762540d365ba00274ff3 (patch) | |
tree | 9414cfc981d5bec77c35d7b27b0b79037df3b76f | |
parent | 48d4306bbe9523b339570d1668baaa0740c35903 (diff) | |
download | pkgsrc-e7827331442ed309ced2762540d365ba00274ff3.tar.gz |
Don't hardcode SuSE 7.3 dependency, it's gone.
-rw-r--r-- | lang/Cg-compiler/Makefile | 6 | ||||
-rw-r--r-- | multimedia/divxplayer/Makefile | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile index a69bd5cc499..c9c1ed8f625 100644 --- a/lang/Cg-compiler/Makefile +++ b/lang/Cg-compiler/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/30 13:47:06 salo Exp $ # DISTNAME= CgLinux-1.3.0408-0400 PKGNAME= Cg-compiler-1.3beta2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://download.nvidia.com/developer/cg/Cg_1.3/Linux/ @@ -19,7 +19,7 @@ NO_BUILD= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Linux" -DEPENDS+= suse_base>=7.3:../../emulators/suse_base +DEPENDS+= suse_base>=7.3:../../emulators/${SUSE_DIR_PREFIX}_base .endif INSTALLATION_DIRS= bin lib man/man3 share 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 |