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 /deskutils/kdepimlibs4/Makefile | |
parent | * Wed Jan 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.2 (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
Diffstat (limited to 'deskutils/kdepimlibs4/Makefile')
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 22504baaa383..7cd727524eed 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src |