svn commit: r352185 - head/sysutils/gnome-system-monitor

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 26 00:02:53 UTC 2014


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


More information about the svn-ports-all mailing list