Date: Mon, 14 Oct 2013 18:57:19 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330342 - head/misc/xfce4-appfinder Message-ID: <201310141857.r9EIvJdL088939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Oct 14 18:57:19 2013 New Revision: 330342 URL: http://svnweb.freebsd.org/changeset/ports/330342 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format - Switch to USES= gmake Modified: head/misc/xfce4-appfinder/Makefile Modified: head/misc/xfce4-appfinder/Makefile ============================================================================== --- head/misc/xfce4-appfinder/Makefile Mon Oct 14 18:51:52 2013 (r330341) +++ head/misc/xfce4-appfinder/Makefile Mon Oct 14 18:57:19 2013 (r330342) @@ -11,18 +11,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application launcher and finder -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= pathfix pkgconfig gmake USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv garcon libmenu libutil xfconf OPTIONS_DEFINE= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141857.r9EIvJdL088939>