diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 12:54:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 12:54:01 +0000 |
commit | 23ef68143118a593b02e87059eb5f22d6914d45e (patch) | |
tree | d87076f8442269fc7e49f8c61b1243fb9de77ed4 /security/ccrypt/Makefile | |
parent | c9c2a887d740a565dd5887ae3e2a8280bf5a5822 (diff) |
- Update to 1.9
PR: 138653
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=241110
Diffstat (limited to 'security/ccrypt/Makefile')
-rw-r--r-- | security/ccrypt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index 532723d88878..613e35aa7b03 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -3,23 +3,23 @@ # Date created: Feb 7, 2002 # Whom: ijliao # + # $FreeBSD$ # PORTNAME= ccrypt -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= security MASTER_SITES= SF \ - http://www.mathstat.dal.ca/~selinger/ccrypt/download/ - + http://www.mathstat.dal.ca/~selinger/ccrypt/download/ MAINTAINER= corky1951@comcast.net COMMENT= A command-line utility for encrypting and decrypting files and streams .if !defined(WITHOUT_NLS) -USE_GNOME= intltool +USE_GNOME= intltool USE_GETTEXT= yes -PLIST_SUB+= NLS="" +PLIST_SUB+= NLS="" .else USE_PERL5_BUILD= yes CONFIGURE_ARGS+= --disable-nls |