diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /security/dirmngr | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) | |
download | ports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz ports-b185046be2ec03555daaf4f26d38542c403a9955.zip |
Notes
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index d07bc05e197e..d4b56839713c 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,6 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://tigress.com/lofi/:lofi/ @@ -19,9 +20,9 @@ COMMENT= A client for managing and downloading certificate revocation lists LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ gcrypt.6:${PORTSDIR}/security/libgcrypt \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ ksba.7:${PORTSDIR}/security/libksba +USE_GETOPT_LONG=yes USE_AUTOMAKE_VER= 15 USE_LIBTOOL= yes USE_GMAKE= yes |