From 0a5b8984e5b4e960c9da79052903310b37a66215 Mon Sep 17 00:00:00 2001
From: kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Sun, 26 Dec 2010 13:47:26 +0000
Subject: Install so.1 instead of so.4. Just like the FreeBSD ports do. I just
 not in the mood right now to keep ~50 ports in sync. Complaints about this
 are welcome.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14955 df743ca5-7f9a-e211-a948-0013205c9059
---
 devel/libnotify/Makefile  | 8 ++++++--
 devel/libnotify/pkg-plist | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

(limited to 'devel')

diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index f4b6fbff7..a26945e31 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,11 +3,12 @@
 # Whom:					Andreas Kohn <andreas@syndrom23.de>
 #
 # $FreeBSD$
-#   $MCom: ports/devel/libnotify/Makefile,v 1.12 2010/12/01 14:22:30 kwm Exp $
+#   $MCom: ports/devel/libnotify/Makefile,v 1.13 2010/12/04 18:13:59 kwm Exp $
 #
 
 PORTNAME=	libnotify
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
@@ -17,7 +18,7 @@ COMMENT=	A library for desktop notifications
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack gnometarget intlhack glib20 gtk30 ltverhack
+USE_GNOME=	gnomehack gnometarget intlhack glib20 gtk30 ltverhack:1
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
@@ -25,4 +26,7 @@ USE_AUTOTOOLS=	libtool
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
+# Installs libnotify.so.4 by default, hack it to become so.1.
+# Should we leave it like this?
+
 .include <bsd.port.mk>
diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist
index 6bae8901d..11162feb7 100644
--- a/devel/libnotify/pkg-plist
+++ b/devel/libnotify/pkg-plist
@@ -6,7 +6,7 @@ include/libnotify/notify.h
 lib/libnotify.a
 lib/libnotify.la
 lib/libnotify.so
-lib/libnotify.so.4
+lib/libnotify.so.1
 libdata/pkgconfig/libnotify.pc
 share/gtk-doc/html/libnotify/ch01.html
 share/gtk-doc/html/libnotify/home.png
-- 
cgit v1.2.3