Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 00:02:53 +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: r352185 - head/sysutils/gnome-system-monitor
Message-ID:  <201404260002.s3Q02rhk018396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 26 00:02:52 2014
New Revision: 352185
URL: http://svnweb.freebsd.org/changeset/ports/352185
QAT: https://qat.redports.org/buildarchive/r352185/

Log:
  Support stage

Modified:
  head/sysutils/gnome-system-monitor/Makefile

Modified: head/sysutils/gnome-system-monitor/Makefile
==============================================================================
--- head/sysutils/gnome-system-monitor/Makefile	Sat Apr 26 00:01:20 2014	(r352184)
+++ head/sysutils/gnome-system-monitor/Makefile	Sat Apr 26 00:02:52 2014	(r352185)
@@ -13,24 +13,21 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME 2 system monitor program
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/devel/libgtop \
-		gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS=	libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+		libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
 
 CONFLICTS=	gnome-system-monitor-3.[0-9]*
 
-USE_BZIP2=	yes
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake pkgconfig tar:bzip2
 INSTALLS_OMF=	yes
-USE_GNOME=	gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \
-		librsvg2
+USE_GNOME=	gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lutil
 
 GCONF_SCHEMAS=	gnome-system-monitor.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<glib/gtypes.h>|<glib.h>|g' \
 		-e 's|<glib/gmacros.h>|<glib.h>|g' \



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