From e9d216fb2c63ab5716ac2a3910392c3ce44ce087 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 21 Jan 2014 20:38:23 +0000 Subject: [PATCH] Stage support --- graphics/gx/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile index a88a9799a13e..4ec070e711a3 100644 --- a/graphics/gx/Makefile +++ b/graphics/gx/Makefile @@ -10,12 +10,10 @@ MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ CENKES 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