diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 09:36:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 09:36:44 +0000 |
commit | e3d33ee2ad06694c1ade793e951e55dc29b4f2c7 (patch) | |
tree | d3d99e7075322e84bc8b99654f8d1742a3eef8bc /security | |
parent | 3978f759b9ea431fe2db35d1959e64dd33a06881 (diff) | |
download | pkgsrc-e3d33ee2ad06694c1ade793e951e55dc29b4f2c7.tar.gz |
security/kstart: remove unknown configure option
Diffstat (limited to 'security')
-rw-r--r-- | security/kstart/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/kstart/Makefile b/security/kstart/Makefile index 4c788f68223..79b596901fc 100644 --- a/security/kstart/Makefile +++ b/security/kstart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/05/22 05:27:06 markd Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/31 09:36:44 rillig Exp $ DISTNAME= kstart-4.2 CATEGORIES= sysutils @@ -11,7 +11,6 @@ LICENSE= mit GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-k4start CONFIGURE_ARGS+= --enable-setpag # As the NetBSD base system doesn't ship with afslog |