diff options
author | cube <cube> | 2004-07-10 17:08:16 +0000 |
---|---|---|
committer | cube <cube> | 2004-07-10 17:08:16 +0000 |
commit | e66798f1b46b593458d642999a96600ac32471da (patch) | |
tree | 27ffd258f5937cebed3cd4d013f5f60f43844f51 /sysutils | |
parent | 540ff4db7e64ea61929be6888ffee816b6ec7496 (diff) | |
download | pkgsrc-e66798f1b46b593458d642999a96600ac32471da.tar.gz |
Note that it's only available on NetBSD/i386 2.0F or newer.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm-est/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile index 34bbce0cb01..a2679edd098 100644 --- a/sysutils/gkrellm-est/Makefile +++ b/sysutils/gkrellm-est/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/10 17:03:09 cube Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/10 17:08:16 cube Exp $ # DISTNAME= gkrellm-est-20040710 @@ -12,6 +12,8 @@ COMMENT= GKrellM plugin that controls EST-capable processors USE_BUILDLINK3= yes NO_CONFIGURE= yes +ONLY_FOR_PLATFORM= NetBSD-2.0[F-Z]*-i386 + do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins |