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 /graphics/hs-HGL | |
parent | def410daddcecc65d5d620e42dded70881fa9aa7 (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 'graphics/hs-HGL')
-rw-r--r-- | graphics/hs-HGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile index e94bcbbf0348..ef3b5a33ffb0 100644 --- a/graphics/hs-HGL/Makefile +++ b/graphics/hs-HGL/Makefile @@ -3,7 +3,7 @@ PORTNAME= HGL PORTVERSION= 3.2.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org |