svn commit: r350920 - head/x11/gnome-swallow

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 10:20:50 UTC 2014


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


More information about the svn-ports-all mailing list