aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-23 16:43:18 +0800
committervs <vs@FreeBSD.org>2005-03-23 16:43:18 +0800
commit132a2bd33ce078a713bd356fe29b9b9374384775 (patch)
treee363c1b164618fd8419f12397f20bb8d78e55948 /lang/ghc
parentf96883baadcfc7cbad5d21d5c17f0d45b2b39b9b (diff)
downloadfreebsd-ports-gnome-132a2bd33ce078a713bd356fe29b9b9374384775.tar.gz
freebsd-ports-gnome-132a2bd33ce078a713bd356fe29b9b9374384775.tar.zst
freebsd-ports-gnome-132a2bd33ce078a713bd356fe29b9b9374384775.zip
Set USE_GL to pull in missing stuff
Noticed by: krisbot Tested by: obraun@ Approved by: portmgr (marcus)
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 65f326c00a60..00c9fd7e5e40 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -37,6 +37,7 @@ USE_PERL5= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_GL= yes
PLIST_SUB= GHC_VERSION=${PORTVERSION}
.if defined(WITHOUT_PROFILE)