diff options
author | pgj <pgj@FreeBSD.org> | 2013-05-13 03:30:28 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2013-05-13 03:30:28 +0800 |
commit | c19448597f2979c9e4826103846bca90199d007e (patch) | |
tree | 318fed7db637f87bae39104e3a57c8a99ac13fc7 /x11/hs-X11-xft | |
parent | 75d69b3677d7a84a253f62ac891b19c87ed3d7e2 (diff) | |
download | freebsd-ports-gnome-c19448597f2979c9e4826103846bca90199d007e.tar.gz freebsd-ports-gnome-c19448597f2979c9e4826103846bca90199d007e.tar.zst freebsd-ports-gnome-c19448597f2979c9e4826103846bca90199d007e.zip |
- 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
Diffstat (limited to 'x11/hs-X11-xft')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index dc156b27a9e1..67e7086bb01e 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org |