diff options
author | dougb <dougb@FreeBSD.org> | 2011-01-14 15:42:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-01-14 15:42:11 +0800 |
commit | c5c62e08ddd2d4411971006be56f8a8849bc10df (patch) | |
tree | c12bdc13c7727ea0033918a5890680ff16bc3934 /security/gpa/Makefile | |
parent | c2692127a8464a62baadacbfd18659fba4ab242d (diff) | |
download | freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.gz freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.zst freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.zip |
Fix the shared library version number for libassuan to reflect what
the authors intended by adding:
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
to security/libassuan/Makefile.
Update the libassuan shared library version number and/or bump
PORTREVISION in the dependent ports.
Requested by: ale
Feature safe: yes
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 12c9ced1efac..e321b26de3c1 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -7,14 +7,14 @@ PORTNAME= gpa PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/603/ MAINTAINER= bsdkaffee@gmail.com COMMENT= A graphical frontend for the GNU Privacy Guard -LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg |