diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
commit | e8cfa8fc26b36614b4dea942cb24bd069c3727df (patch) | |
tree | de0dde4249b27de9fe54b9b67e95c60400dd13e7 /security/idea | |
parent | e39ca1479413ea8fea3d39155f8cc711eccdd4dd (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=231308
Diffstat (limited to 'security/idea')
-rw-r--r-- | security/idea/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile index a3d8f40d036f..1697be9613a6 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line idea encryption and decryption utility +MAKE_JOBS_SAFE= yes + RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing" WRKSRC= ${WRKDIR}/${PORTNAME} |