diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
commit | 641e9357ef7c1e4db3956870e6ee72c8a3f69827 (patch) | |
tree | 68379cc0b07109926abe501586fada38ab6d522d /security/aescrypt | |
parent | feb2839a2e9e6a5319c4b08f0b06aa7c7c11f772 (diff) |
Notes
Diffstat (limited to 'security/aescrypt')
-rw-r--r-- | security/aescrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index 7ed269576341..1133e75bd5e6 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://aescrypt.sourceforge.net/ MASTER_SITE_SUBDIR=aescrypt MAINTAINER= roam@FreeBSD.org -COMMENT= "A command-line AES encryption/decryption suite" +COMMENT= A command-line AES encryption/decryption suite GNU_CONFIGURE= yes |