diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-27 09:44:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-27 09:44:39 +0000 |
commit | 879c72f41fe98d82f9237862f2b1bf925a6e7e9a (patch) | |
tree | 5fafe8aa97ba560fedaed161c90151d6affc7151 /security/libidea | |
parent | 0f4091cb9ca5e5c80747d3b06b6c498ed1965fe9 (diff) | |
download | pkgsrc-879c72f41fe98d82f9237862f2b1bf925a6e7e9a.tar.gz |
Mark as not for bulk building on HPUX
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index 40afd193037..c2cf49a9e77 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/12/02 12:22:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/05/27 09:44:39 tnn Exp $ # DISTNAME= libidea-0.8.2b @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.media-crypt.com/pages/fidea.html COMMENT= IDEA block cipher library +NOT_FOR_BULK_PLATFORM= HPUX-*-* + WRKSRC= ${WRKDIR}/idea CRYPTO= YES LICENSE= idea-license |