diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-15 18:37:57 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-15 18:37:57 +0000 |
commit | d947608064d4061ba0a2978ca74f7d7b503a934b (patch) | |
tree | 0f120954eb899abe2da9f47e1c6bd4f2b9b27f49 /x11-wm/herbstluftwm/Makefile | |
parent | 7b3d3a8e0b3113dd8dd18c02eb6c308d53e1df34 (diff) | |
download | ports-d947608064d4061ba0a2978ca74f7d7b503a934b.tar.gz ports-d947608064d4061ba0a2978ca74f7d7b503a934b.zip |
Notes
Diffstat (limited to 'x11-wm/herbstluftwm/Makefile')
-rw-r--r-- | x11-wm/herbstluftwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index adfcfdedf2e8..981a85a77aec 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= herbstluftwm -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= x11-wm MASTER_SITES= http://herbstluftwm.org/tarballs/ @@ -11,14 +10,15 @@ COMMENT= Manual tiling window manager for X11 LICENSE= BSD2CLAUSE -USES= gmake pkgconfig shebangfix +USES= compiler:c++11-lib gmake pkgconfig shebangfix SHEBANG_FILES= scripts/*.sh share/autostart share/*.sh USE_XORG= x11 xinerama USE_GNOME= glib20 MAKE_ARGS= PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/etc \ DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \ - MANDIR=${PREFIX}/man + MANDIR=${PREFIX}/man LDXX=${CXX} \ + COLOR=0 OPTIONS_DEFINE= BASH ZSH DOCS EXAMPLES DEFAULTCONF DEFAULTCONF_DESC=Install default configuration (requires bash) |