diff options
author | agc <agc> | 2002-07-02 11:41:15 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-02 11:41:15 +0000 |
commit | 41314f1677c45d508422494f5155d8a555d2ed4f (patch) | |
tree | ea1e0b3dc0464c2b2c6f2677841c156fd78b352b /security | |
parent | 0781403bce6f8cfb4c01eaf4d78ef5829150517d (diff) | |
download | pkgsrc-41314f1677c45d508422494f5155d8a555d2ed4f.tar.gz |
Deprecate IS_INTERACTIVE.
The correct way to mark this package as broken on sparc64 is to use
the BROKEN definition.
Diffstat (limited to 'security')
-rw-r--r-- | security/kth-krb4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 432473b0eed..36c598401a9 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/04/05 11:32:19 wennmach Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/02 11:41:15 agc Exp $ # DISTNAME= krb4-1.1.1 @@ -30,7 +30,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool # this hangs while compiling one of the files, at least with the # toolchain as of 1.5ZC (20020329) .if ${MACHINE_ARCH} == "sparc64" -IS_INTERACTIVE= yes +BROKEN= toolchain problems on sparc64 (1.5ZC, 20020329) .endif post-patch: |