diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-20 12:19:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-20 12:19:07 +0000 |
commit | 93d85eba52311c57a94005c8aea33dabd2181546 (patch) | |
tree | 820f73990d8feb22b904361ba026780042d5047c /security/gnupg-idea | |
parent | d77081d1b72a168d001d0784032f3e14df95ce85 (diff) | |
download | ports-93d85eba52311c57a94005c8aea33dabd2181546.tar.gz ports-93d85eba52311c57a94005c8aea33dabd2181546.zip |
Notes
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r-- | security/gnupg-idea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 6c19ee7d6fee..54e97e0b55c3 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -24,7 +24,7 @@ COMMENT= IDEA extension module for gnupg (and RSA for demonstration) RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg EXTRACT_AFTER_ARGS= > ${WRKSRC}/idea.c -RESTRICTED= "IDEA is Patented in the USA and many European countries" +RESTRICTED= IDEA is Patented in the USA and many European countries NO_PACKAGE= ${RESTRICTED} NO_WRKSUBDIR= yes |