diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-02-05 03:00:03 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-02-05 03:00:03 +0000 |
commit | d119b67cdd1e65a24d2d9c771a7d6adddc64d9f9 (patch) | |
tree | 06117abcedcfa8b3249358eb59e97190baa259f6 /security/gnupg | |
parent | f80f7f352a5edd7f0558dcd2414c9be53141a8d3 (diff) | |
download | ports-d119b67cdd1e65a24d2d9c771a7d6adddc64d9f9.tar.gz ports-d119b67cdd1e65a24d2d9c771a7d6adddc64d9f9.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5ebcf2db3801..59c2987e0c05 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -16,9 +16,10 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 gpgv.1 MLINKS= gpg.1 gpgm.1 |