diff options
author | jschauma <jschauma> | 2005-05-09 23:13:33 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-05-09 23:13:33 +0000 |
commit | ff76a353ebc061cf6498b73543ec56e0cc8e7a10 (patch) | |
tree | 7e0f5b0dedff218427d6f1bca6d1b6c00c33c944 /sysutils/fam | |
parent | 1bedfb2351bf086dea001a5d1c817e3cde1eb8df (diff) | |
download | pkgsrc-ff76a353ebc061cf6498b73543ec56e0cc8e7a10.tar.gz |
mark this as NOT_FOR_PLATFORM= IRIX-*-*; irix comes with fam in the base
system
Diffstat (limited to 'sysutils/fam')
-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 |