Date: Tue, 21 Jan 2014 20:38:23 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340655 - head/graphics/gx Message-ID: <201401212038.s0LKcNsg047086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212038.s0LKcNsg047086>