aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-HOpenGL
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-06 14:00:32 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-06 14:00:32 +0000
commit0bc44a3b79c11d559d93021eb20f44caaea98a4f (patch)
treed648d6c3b41e3f02e51ba94adbda91a30df1145e /graphics/hs-HOpenGL
parent71d23c9dafb3645f6698661927ea020e35974398 (diff)
downloadports-0bc44a3b79c11d559d93021eb20f44caaea98a4f.tar.gz
ports-0bc44a3b79c11d559d93021eb20f44caaea98a4f.zip
Notes
Diffstat (limited to 'graphics/hs-HOpenGL')
-rw-r--r--graphics/hs-HOpenGL/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/hs-HOpenGL/Makefile b/graphics/hs-HOpenGL/Makefile
index 7b895ce2fa69..fd23562ed6e4 100644
--- a/graphics/hs-HOpenGL/Makefile
+++ b/graphics/hs-HOpenGL/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: HOpenGL
-# Date created: 15 January 2003
-# Whom: Janni <jan.rochel@epost.de>
+# New ports collection makefile for: HOpenGL
+# Date created: 15 January 2003
+# Whom: Janni <janni@hacker7.net>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ CATEGORIES= graphics haskell
MASTER_SITES= http://haskell.cs.yale.edu/HOpenGL/releases/
PKGNAMEPREFIX= hs-
-MAINTAINER= jan.rochel@epost.de
+MAINTAINER= janni@hacker7.net
COMMENT= Binding for OpenGL and GLUT for the lazy functional language Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_MESA= yes
-GHC_VERSION?= 5.04.2
+GHC_VERSION?= 5.04.3
LIB_DIR_REL= lib/ghc-${GHC_VERSION}
LIB_DIR= ${PREFIX}/${LIB_DIR_REL}
IMPORT_DIR= ${LIB_DIR}/imports/HOpenGL