svn commit: r330342 - head/misc/xfce4-appfinder

Olivier Duchateau olivierd at FreeBSD.org
Mon Oct 14 18:57:20 UTC 2013


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 at 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}


More information about the svn-ports-all mailing list