diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:11:30 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:11:30 +0800 |
commit | 2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40 (patch) | |
tree | 2b8da886e48ff374e5298b4835cd7b4894dd728e /security/libgpg-error | |
parent | 0beba040b097fa6fb51feb909069b34142242f8f (diff) | |
download | freebsd-ports-gnome-2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40.tar.gz freebsd-ports-gnome-2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40.tar.zst freebsd-ports-gnome-2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40.zip |
Fix shlib version.
PR: ports/109369
Submitted by: jylefort
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 2 | ||||
-rw-r--r-- | security/libgpg-error/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 2eb4197b24fe..80e8c72c98b9 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgpg-error PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +16,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_AUTOTOOLS= libtool:15 +USE_GNOME= ltverhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgpg-error/pkg-plist b/security/libgpg-error/pkg-plist index e0149e9a7c4d..c92e4211044c 100644 --- a/security/libgpg-error/pkg-plist +++ b/security/libgpg-error/pkg-plist @@ -5,7 +5,7 @@ include/gpg-error.h lib/libgpg-error.a lib/libgpg-error.la lib/libgpg-error.so -lib/libgpg-error.so.3 +lib/libgpg-error.so.0 share/aclocal/gpg-error.m4 share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error-package.lisp |