diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
commit | 0adc8ef2223fcf68c61faaae7f09fe689530e2a1 (patch) | |
tree | f164a4defacf56b3b9486eda8fbe1195a8945b3c /security | |
parent | 2730028690c2987d77c46963971ecacecfbde786 (diff) | |
download | freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.gz freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.zst freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'security')
-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} |