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 /net | |
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 'net')
-rw-r--r-- | net/kdenetwork4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index bca63982720a..8337b6352eae 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |