diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /security/ncrypt | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'security/ncrypt')
-rw-r--r-- | security/ncrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index 87da39b40e9c..33f8b82b86b7 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -7,6 +7,7 @@ PORTNAME= ncrypt PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= laszlof@FreeBSD.org COMMENT= Advanced AES file encryption tool GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261 PLIST_FILES= bin/ncrypt bin/nrm |