diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2011-05-18 22:19:56 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2011-05-18 22:19:56 +0000 |
commit | 275dec458b1ecfd483effe1f14351eb01116a49d (patch) | |
tree | 05ff0efc0d7866fbcebf87ad912fc31a26704434 /x11 | |
parent | c60c6e162aace6e7766f62177cf5d26f2356c3e7 (diff) |
Notes
Diffstat (limited to 'x11')
-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 \ |