From dee73c33728813c08314bbc81a1e0356528cf49f Mon Sep 17 00:00:00 2001 From: bland Date: Wed, 18 May 2011 22:19:56 +0000 Subject: Declare dependency on ncurses so we can deal with devel/ncurses installed. PR: 157143 --- x11/xrestop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/xrestop') diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 607f4a620d05..def0dc852459 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -7,7 +7,7 @@ PORTNAME= xrestop PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://projects.o-hand.com/sources/${PORTNAME}/ @@ -17,6 +17,7 @@ COMMENT= X11 server side resource usage statistics monitor USE_XORG= x11 xext xrender xt xres xproto USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig +USE_NCURSES= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ -- cgit