diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
commit | 52a16208eaba05e0c1cb0d95be24e44e71706dd2 (patch) | |
tree | 5a7ea66d25b9bb72643f4945eee29bb8e70f7bd5 /x11/hs-X11/Makefile | |
parent | 8d576420f06c4fab68fe0ebef32941d23d62e84d (diff) | |
download | ports-52a16208eaba05e0c1cb0d95be24e44e71706dd2.tar.gz ports-52a16208eaba05e0c1cb0d95be24e44e71706dd2.zip |
Notes
Diffstat (limited to 'x11/hs-X11/Makefile')
-rw-r--r-- | x11/hs-X11/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 35c69bbc1549..667f7730b11b 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -4,11 +4,10 @@ # # $FreeBSD$ -PORTNAME= x11 +PORTNAME= X11 PORTVERSION= 1.5.0.0 PORTREVISION= 1 CATEGORIES= x11 haskell -PKGNAMESUFFIX= -ghc MAINTAINER= haskell@FreeBSD.org COMMENT= X11 bindings for Haskell programs @@ -16,9 +15,6 @@ COMMENT= X11 bindings for Haskell programs CABAL_SETUP= Setup.hs USE_XORG= x11 xext sm -MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/ -DISTNAME= X11-${PORTVERSION} - OPTIONS= XINERAMA "Build with Xinerama support" off .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" |