diff options
author | adamw <adamw@FreeBSD.org> | 2004-03-28 00:14:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-03-28 00:14:51 +0800 |
commit | 066541e1199fed098ae4736d74e33dd84ddc7e28 (patch) | |
tree | fd289cc3e65a3eae246beac3b8427eb8e5fffee9 /security/libgpg-error | |
parent | 1b3e6aba9c331ecb35ed7ee3a03a1f6d86ef2ec3 (diff) | |
download | freebsd-ports-gnome-066541e1199fed098ae4736d74e33dd84ddc7e28.tar.gz freebsd-ports-gnome-066541e1199fed098ae4736d74e33dd84ddc7e28.tar.zst freebsd-ports-gnome-066541e1199fed098ae4736d74e33dd84ddc7e28.zip |
Use USE_GETTEXT, and add a missing plist entry. PORTREVISION bump.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 2 | ||||
-rw-r--r-- | security/libgpg-error/pkg-plist | 1 |
2 files changed, 3 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 diff --git a/security/libgpg-error/pkg-plist b/security/libgpg-error/pkg-plist index bab1cf28e5b9..1639b4c0f77d 100644 --- a/security/libgpg-error/pkg-plist +++ b/security/libgpg-error/pkg-plist @@ -6,6 +6,7 @@ lib/libgpg-error.so lib/libgpg-error.la lib/libgpg-error.a share/aclocal/gpg-error.m4 +share/locale/de/LC_MESSAGES/libgpg-error.mo %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS |