diff options
author | vs <vs@FreeBSD.org> | 2005-03-23 16:43:18 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-23 16:43:18 +0800 |
commit | 132a2bd33ce078a713bd356fe29b9b9374384775 (patch) | |
tree | e363c1b164618fd8419f12397f20bb8d78e55948 /lang/ghc | |
parent | f96883baadcfc7cbad5d21d5c17f0d45b2b39b9b (diff) | |
download | freebsd-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/Makefile | 1 |
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) |