diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-01-14 07:42:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-01-14 07:42:11 +0000 |
commit | 0064bfe0b9d780613208a79a28f56fe3ee49e8d3 (patch) | |
tree | 5d3c5bcee473895cd4442874bb08bcbee51511c3 /net/kdenetwork4 | |
parent | 234f52596baab09619c149946756943f241b34eb (diff) |
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
Notes
Notes:
svn path=/head/; revision=267763
Diffstat (limited to 'net/kdenetwork4')
-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 |