pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Don't hardcode SuSE 7.3 dependency, it's gone.
details: https://anonhg.NetBSD.org/pkgsrc/rev/12f771e6a701
branches: trunk
changeset: 515296:12f771e6a701
user: salo <salo%pkgsrc.org@localhost>
date: Fri Jun 30 13:47:06 2006 +0000
description:
Don't hardcode SuSE 7.3 dependency, it's gone.
diffstat:
lang/Cg-compiler/Makefile | 6 +++---
multimedia/divxplayer/Makefile | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (48 lines):
diff -r 7d6d8991d06b -r 12f771e6a701 lang/Cg-compiler/Makefile
--- a/lang/Cg-compiler/Makefile Fri Jun 30 13:45:00 2006 +0000
+++ b/lang/Cg-compiler/Makefile Fri Jun 30 13:47:06 2006 +0000
@@ -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 @@
.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 -r 7d6d8991d06b -r 12f771e6a701 multimedia/divxplayer/Makefile
--- a/multimedia/divxplayer/Makefile Fri Jun 30 13:45:00 2006 +0000
+++ b/multimedia/divxplayer/Makefile Fri Jun 30 13:47:06 2006 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index