diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-05-12 19:30:28 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-05-12 19:30:28 +0000 |
commit | efa1d78a4664ce543d01c99a3cea78bd2f792988 (patch) | |
tree | 318fed7db637f87bae39104e3a57c8a99ac13fc7 /x11-wm | |
parent | Add some more patches to satisfy increasingly picky compiler(s). (diff) |
- Restore and make default the XINERAMA option which was accidentally dropped
in r309275
- Bump port revision for the port and for all of its dependents, especially
xmonad, because it can only work in dual-monitor configurations with this
setting enabled
PR: ports/178336
Submitted by: Christopher J. Ruwe <cjr@cruwe.de>
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=317973
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index 731b87bc42fe..57a939d41cf7 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmonad-contrib PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 0fa506981919..dcc1440bfa57 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org |