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 /lang | |
parent | 48d4306bbe9523b339570d1668baaa0740c35903 (diff) | |
download | pkgsrc-e7827331442ed309ced2762540d365ba00274ff3.tar.gz |
Don't hardcode SuSE 7.3 dependency, it's gone.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Cg-compiler/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |