diff options
author | bland <bland@FreeBSD.org> | 2011-05-19 06:19:56 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2011-05-19 06:19:56 +0800 |
commit | dee73c33728813c08314bbc81a1e0356528cf49f (patch) | |
tree | 1710a1c89a45caeb92befc5b084b541ff2c5e106 /x11/xrestop | |
parent | 614feda393d10b9c886c8d8a7f960d33db0917ed (diff) | |
download | freebsd-ports-gnome-dee73c33728813c08314bbc81a1e0356528cf49f.tar.gz freebsd-ports-gnome-dee73c33728813c08314bbc81a1e0356528cf49f.tar.zst freebsd-ports-gnome-dee73c33728813c08314bbc81a1e0356528cf49f.zip |
Declare dependency on ncurses so we can deal with devel/ncurses
installed.
PR: 157143
Diffstat (limited to 'x11/xrestop')
-rw-r--r-- | x11/xrestop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |