diff options
author | dholland <dholland> | 2015-07-12 07:02:13 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-07-12 07:02:13 +0000 |
commit | 1d12c4658e9cf6277838cfa9cd547045946bfe83 (patch) | |
tree | a36307f4833b5802aa412ab65834aabc4516cbb3 /security/hydan/Makefile | |
parent | 503fa17c8740f1413f42fbb7cad96bfaa3d946cf (diff) | |
download | pkgsrc-1d12c4658e9cf6277838cfa9cd547045946bfe83.tar.gz |
Relax ONLY_FOR_PLATFORM to *-*-i386. Was limited to NetBSD, FreeBSD, and
Linux but there's no obvious reason in the source and it's just been that
way since the package was first added a long time ago.
Diffstat (limited to 'security/hydan/Makefile')
-rw-r--r-- | security/hydan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hydan/Makefile b/security/hydan/Makefile index ffbe21f764d..636d7df8309 100644 --- a/security/hydan/Makefile +++ b/security/hydan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:32 tron Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/12 07:02:13 dholland Exp $ DISTNAME= hydan-0.13 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://crazyboy.com/hydan/ COMMENT= Steganography tool for covert comms, signing and watermarking -ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR}/hydan |