diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:52:58 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:52:58 +0000 |
commit | 89536261eb07edfa13724b368102bc152db7d957 (patch) | |
tree | 75ea0870ee6ff020cef7ee522982f86c44c284bc /security | |
parent | 61346a1216ab9ac4f229ff2aea6c4626b5158777 (diff) | |
download | pkgsrc-89536261eb07edfa13724b368102bc152db7d957.tar.gz |
systrace was removed in NetBSD 5.0; update ONLY_FOR_PLATFORM accordingly.
(probably this package should be removed entirely)
Diffstat (limited to 'security')
-rw-r--r-- | security/gtk-systrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gtk-systrace/Makefile b/security/gtk-systrace/Makefile index 603dc541845..49f652f3a45 100644 --- a/security/gtk-systrace/Makefile +++ b/security/gtk-systrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/23 18:16:29 asau Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/12 06:52:58 dholland Exp $ # DISTNAME= gtk-systrace-2002-12-01 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.citi.umich.edu/u/provos/systrace/index.html COMMENT= GTK interface to systrace(1) -ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-4]*-* WRKSRC= ${WRKDIR}/notification-0.1 GNU_CONFIGURE= YES |