[Midnightbsd-cvs] mports [20518] trunk/net-im/pidgin/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 11 15:20:56 EDT 2015


Revision: 20518
          http://svnweb.midnightbsd.org/mports/?rev=20518
Author:   laffer1
Date:     2015-10-11 15:20:56 -0400 (Sun, 11 Oct 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/net-im/pidgin/Makefile

Modified: trunk/net-im/pidgin/Makefile
===================================================================
--- trunk/net-im/pidgin/Makefile	2015-10-11 19:18:28 UTC (rev 20517)
+++ trunk/net-im/pidgin/Makefile	2015-10-11 19:20:56 UTC (rev 20518)
@@ -1,14 +1,14 @@
 # $MidnightBSD$
 
 PORTNAME=	pidgin
-PORTREVISION=	0
+PORTREVISION=	1
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
 LICENSE=	gpl2
 
-LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
-		purple.10:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+		libpurple.so:${PORTSDIR}/net-im/libpurple
 
 MASTERDIR=	${.CURDIR}/../libpurple
 BUILD_WRKSRC=	${WRKSRC}/pidgin
@@ -21,7 +21,7 @@
 WITH_GTKUI=	yes
 
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gtk20
+USE_GNOME=	gnomeprefix intlhack gtk20
 USE_XORG=	xscrnsaver sm
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--disable-consoleui \
@@ -29,8 +29,6 @@
 		--enable-screensaver \
 		--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
 
-MAN1=		pidgin.1
-
 post-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
 	    	Makefile ${MAKE_ARGS} pidgin.desktop



More information about the Midnightbsd-cvs mailing list