summaryrefslogtreecommitdiffstats
path: root/x11/hs-X11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hs-X11/Makefile')
-rw-r--r--x11/hs-X11/Makefile21
1 files changed, 3 insertions, 18 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile
index 54a2a91..b872356 100644
--- a/x11/hs-X11/Makefile
+++ b/x11/hs-X11/Makefile
@@ -2,32 +2,17 @@
# $FreeBSD$
PORTNAME= X11
-PORTVERSION= 1.5.0.1
-PORTREVISION= 3
+PORTVERSION= 1.6.0.2
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= X11 bindings for Haskell programs
+COMMENT= Binding to the X11 graphics library
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= syb
-USE_XORG= x11 xext sm
-OPTIONS_DEFINE= XINERAMA
-OPTIONS_DEFAULT= XINERAMA
-
-XINERAMA_DESC= Build with Xinerama support
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
-
-.if ${PORT_OPTIONS:MXINERAMA}
-USE_XORG+= xinerama
-CONFIGURE_ARGS+= --configure-option="--with-xinerama"
-.else
-CONFIGURE_ARGS+= --configure-option="--without-xinerama"
-.endif
+USE_XORG= x11 xrandr xext
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud