diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-16 20:26:26 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-16 20:26:26 +0000 |
commit | 31ac907214d11b4694df9da65736da08f66523af (patch) | |
tree | f1c2344b38db15e1468059ae7e8f6e564188beb1 /sysutils | |
parent | 5e3d1cd8405806ada5072c2bd8974c4d3f902ff9 (diff) | |
download | pkgsrc-31ac907214d11b4694df9da65736da08f66523af.tar.gz |
"Your operating system Darwin isn't supported. Feel free to help. :P"
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/torsmo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile index fc9a0e71935..d9cc34fe647 100644 --- a/sysutils/torsmo/Makefile +++ b/sysutils/torsmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/29 21:42:55 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/16 20:26:26 ghen Exp $ DISTNAME= torsmo-0.18 CATEGORIES= sysutils @@ -8,6 +8,8 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://torsmo.sourceforge.net/ COMMENT= Tyopoytaorvelo System Monitor +NOT_FOR_PLATFORM= Darwin-*-* + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/torsmo |