diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-03-27 16:14:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-03-27 16:14:51 +0000 |
commit | 70993dfd1bf9a398d1201f29e8c99eea049fbda6 (patch) | |
tree | 46c6f19345452df5dc2e4a2a78d551f20fae2390 /security/libgpg-error/Makefile | |
parent | 3ecb1669adeabfef61a243f6c39959d28be38abe (diff) |
Notes
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r-- | security/libgpg-error/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 3881e86f0bf4..750064ffbcfd 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgpg-error PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} @@ -15,6 +16,7 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_GPG= yes +USE_GETTEXT= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |