diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /x11/hs-x11-ghc | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/hs-x11-ghc')
-rw-r--r-- | x11/hs-x11-ghc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile index f3d6c3978b3e..cb2024083261 100644 --- a/x11/hs-x11-ghc/Makefile +++ b/x11/hs-x11-ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= x11 PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= x11 haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -15,8 +16,6 @@ DISTNAME= X11-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= X11 bindings for Haskell programs -USE_XLIB= yes - # include the version verbatim. This will require a revision bump # on updates, but the correct quoting of `ghc --numeric-version` in the various # places is a real nightmare. @@ -32,6 +31,8 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc +USE_XORG= x11 xext sm + # 'owned' by lang/ghc: CABALDIR= ${PREFIX}/lib/ghc-${GHC_VERSION}/cabal CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs |