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/fbcmd | |
parent | 48092d59cb9406ece65537aeee7690099c813b40 (diff) |
Notes
Diffstat (limited to 'x11-wm/fbcmd')
-rw-r--r-- | x11-wm/fbcmd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile index ee72ec97a2a9..d7539cde66c8 100644 --- a/x11-wm/fbcmd/Makefile +++ b/x11-wm/fbcmd/Makefile @@ -12,8 +12,7 @@ COMMENT= A commandline utility for controlling fluxbox RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 ALL_TARGET= first CFLAGS+= "-I${LOCALBASE}/include" |