diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:32:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:32:41 +0000 |
commit | 3897d821bee48c3336e7ff2012f007a708d9b295 (patch) | |
tree | 5692d8995a6d8217d052d96f1065e6c4af0fd8bb /x11-wm/evilwm | |
parent | - Add stage support [1] (diff) |
- Convert USE_GMAKE/BZIP2 to USES
Notes
Notes:
svn path=/head/; revision=348347
Diffstat (limited to 'x11-wm/evilwm')
-rw-r--r-- | x11-wm/evilwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile index 52296519164b..ccc69c43ed7e 100644 --- a/x11-wm/evilwm/Makefile +++ b/x11-wm/evilwm/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.6809.org.uk/evilwm/ MAINTAINER= lasg@lasg.dk COMMENT= Minimalist window manager based on 9wm -USE_GMAKE= yes +USES= gmake USE_XORG= x11 xpm xext xrandr xrender MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |