[Midnightbsd-cvs] mports [17388] trunk/x11-wm/xfce4-panel/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 19 20:55:05 EDT 2014


Revision: 17388
          http://svnweb.midnightbsd.org/mports/?rev=17388
Author:   laffer1
Date:     2014-09-19 20:55:04 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/x11-wm/xfce4-panel/Makefile

Modified: trunk/x11-wm/xfce4-panel/Makefile
===================================================================
--- trunk/x11-wm/xfce4-panel/Makefile	2014-09-20 00:53:38 UTC (rev 17387)
+++ trunk/x11-wm/xfce4-panel/Makefile	2014-09-20 00:55:04 UTC (rev 17388)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xfce4-panel
 PORTVERSION=	4.10.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -12,15 +13,14 @@
 
 LICENSE=	lgpl
 
-LIB_DEPENDS=	wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
-		cairo:${PORTSDIR}/graphics/cairo \
-		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
+		libcairo.so:${PORTSDIR}/graphics/cairo \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
-USES=	desktop-file-utils pathfix pkgconfig
+USES=		desktop-file-utils gmake libtool:keepla pathfix perl5 \
+		pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 USE_PERL5=	yes



More information about the Midnightbsd-cvs mailing list