diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-24 12:47:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-24 12:47:37 +0000 |
commit | cb521ca0245c38a93cf9529c2f0b42e579b9dbba (patch) | |
tree | 9e1fc4d1f6b2193ed4c40a073e820112e8d5d7a8 /x11/xrestop | |
parent | 5855f1a5473b6895ca0f748c43d0b0b4709603ad (diff) | |
download | ports-cb521ca0245c38a93cf9529c2f0b42e579b9dbba.tar.gz ports-cb521ca0245c38a93cf9529c2f0b42e579b9dbba.zip |
Notes
Diffstat (limited to 'x11/xrestop')
-rw-r--r-- | x11/xrestop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index c885d262f900..d12d5fc8e34e 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://projects.o-hand.com/sources/${PORTNAME}/ MAINTAINER= bland@FreeBSD.org COMMENT= X11 server side resource usage statistics monitor -USES= pkgconfig ncurses +USES= gmake pkgconfig ncurses USE_XORG= x11 xext xrender xt xres xproto -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11" |