diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-05-09 23:13:33 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-05-09 23:13:33 +0000 |
commit | cb685e8dc8b1d367311099135e8964b5da46907c (patch) | |
tree | 7e0f5b0dedff218427d6f1bca6d1b6c00c33c944 /sysutils | |
parent | c846c07bdea14791fe89c9e85ddb001e5b8ce0e2 (diff) | |
download | pkgsrc-cb685e8dc8b1d367311099135e8964b5da46907c.tar.gz |
mark this as NOT_FOR_PLATFORM= IRIX-*-*; irix comes with fam in the base
system
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fam/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index 6009f61bb2b..29605d6db0a 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:23 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/09 23:13:33 jschauma Exp $ # DISTNAME= fam-2.7.0 @@ -14,6 +14,9 @@ COMMENT= File Alteration Monitor PKG_INSTALLATION_TYPES= overwrite pkgviews +# fam is bundled with IRIX +NOT_FOR_PLATFORM= IRIX-*-* + USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGINSTALL= YES |