Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 10:20:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350920 - head/x11/gnome-swallow
Message-ID:  <201404111020.s3BAKo4p070010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 10:20:49 2014
New Revision: 350920
URL: http://svnweb.freebsd.org/changeset/ports/350920
QAT: https://qat.redports.org/buildarchive/r350920/

Log:
  Support stage

Modified:
  head/x11/gnome-swallow/Makefile

Modified: head/x11/gnome-swallow/Makefile
==============================================================================
--- head/x11/gnome-swallow/Makefile	Fri Apr 11 10:17:59 2014	(r350919)
+++ head/x11/gnome-swallow/Makefile	Fri Apr 11 10:20:49 2014	(r350920)
@@ -11,14 +11,13 @@ MAINTAINER=	marcus@FreeBSD.org
 COMMENT=	Applet that swallows any X11 application into the GNOME 2 panel
 
 USE_XORG=	x11
-USES=		gmake pkgconfig
-USE_GNOME=	gnomeprefix gnomehack gnomepanel libgnomeui
+USES=		gmake pathfix pkgconfig
+USE_GNOME=	gnomeprefix gnomepanel libgnomeui
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="`pkg-config --libs libgnomeui-2.0`"
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111020.s3BAKo4p070010>