svn commit: r340655 - head/graphics/gx

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 20:38:23 UTC 2014


Author: antoine
Date: Tue Jan 21 20:38:23 2014
New Revision: 340655
URL: http://svnweb.freebsd.org/changeset/ports/340655
QAT: https://qat.redports.org/buildarchive/r340655/

Log:
  Stage support

Modified:
  head/graphics/gx/Makefile

Modified: head/graphics/gx/Makefile
==============================================================================
--- head/graphics/gx/Makefile	Tue Jan 21 20:29:25 2014	(r340654)
+++ head/graphics/gx/Makefile	Tue Jan 21 20:38:23 2014	(r340655)
@@ -10,12 +10,10 @@ MASTER_SITES=	http://perticone.homelinux
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lightweight image viewer
 
-LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
-		gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
-		gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
+LIB_DEPENDS=	libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm
 
 USES=		gettext pkgconfig
+USE_GNOME=	gconfmm26 gtkmm24
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list