summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-07 06:39:23 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-07 06:39:23 +0000
commit03db32b40c6834dd88d5c07d98cbb2f7bd360451 (patch)
tree57ef941f4b5d81af76d6a312798b41fa4b3db79d /archivers
parent0ea109324d54e427083c7916744eb13c64960fb2 (diff)
downloadpkgsrc-03db32b40c6834dd88d5c07d98cbb2f7bd360451.tar.gz
Don't depend on suse_base if our system doesn't need linux emulation
(e.g using Linux :-), noted by Gendalia.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/stuffit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile
index 123d06c0a5c..d79903005f8 100644
--- a/archivers/stuffit/Makefile
+++ b/archivers/stuffit/Makefile
@@ -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 @@ MAINTAINER= ben@NetBSD.org
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}