diff options
author | agc <agc> | 2002-07-02 11:41:15 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-02 11:41:15 +0000 |
commit | 3c92ffd9f23c5efd046394916428f5d056d1bd0a (patch) | |
tree | ea1e0b3dc0464c2b2c6f2677841c156fd78b352b /security/kth-krb4/Makefile | |
parent | 2514495158d6100bbd95adad1c262054818bd2e3 (diff) | |
download | pkgsrc-3c92ffd9f23c5efd046394916428f5d056d1bd0a.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/kth-krb4/Makefile')
-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: |