From 2dbc59cdd62517ce3d991f5a9e4802218747c40a Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 23 Mar 2008 23:03:18 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- x11/hs-x11-ghc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/hs-x11-ghc') 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 -- cgit