diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-24 20:47:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-24 20:47:37 +0800 |
commit | 2debe3e3a445bdd7cce31cb688f1320da8ceb37c (patch) | |
tree | 9e1fc4d1f6b2193ed4c40a073e820112e8d5d7a8 /x11 | |
parent | 74afcb0eb858c4f13f08c122fe30b0565fee2509 (diff) | |
download | freebsd-ports-gnome-2debe3e3a445bdd7cce31cb688f1320da8ceb37c.tar.gz freebsd-ports-gnome-2debe3e3a445bdd7cce31cb688f1320da8ceb37c.tar.zst freebsd-ports-gnome-2debe3e3a445bdd7cce31cb688f1320da8ceb37c.zip |
USE_GMAKE -> USES=gmake
Diffstat (limited to 'x11')
-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" |