pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/stuffit Don't depend on suse_base if our sys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c55f6900c627
branches: trunk
changeset: 467839:c55f6900c627
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Feb 07 06:39:23 2004 +0000
description:
Don't depend on suse_base if our system doesn't need linux emulation
(e.g using Linux :-), noted by Gendalia.
diffstat:
archivers/stuffit/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 948a8cc326af -r c55f6900c627 archivers/stuffit/Makefile
--- a/archivers/stuffit/Makefile Sat Feb 07 05:30:19 2004 +0000
+++ b/archivers/stuffit/Makefile Sat Feb 07 06:39:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:07:06 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/07 06:39:23 xtraeme Exp $
DISTNAME= stuffit520.611linux-i386
PKGNAME= stuffit-5.2.0.611
@@ -11,7 +11,11 @@
HOMEPAGE= http://www.aladdinsys.com/expander/
COMMENT= Stuffit Archive Creator and Expander
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
DEPENDS+= suse_base>=6:../../emulators/${SUSE_DIR_PREFIX}_base
+.endif
RESTRICTED= "Redistribution not permitted"
NO_SRC_ON_FTP= ${RESTRICTED}
Home |
Main Index |
Thread Index |
Old Index