diff options
author | nork <nork@FreeBSD.org> | 2003-04-06 22:00:32 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-06 22:00:32 +0800 |
commit | 6ae182b909ec687008720eee339989fca476e18b (patch) | |
tree | a460ba826784be633744b73abf77a364cf511238 /graphics | |
parent | ece239bc7ceb308627f3b2ab50b045bdc2eaacc9 (diff) | |
download | freebsd-ports-gnome-6ae182b909ec687008720eee339989fca476e18b.tar.gz freebsd-ports-gnome-6ae182b909ec687008720eee339989fca476e18b.tar.zst freebsd-ports-gnome-6ae182b909ec687008720eee339989fca476e18b.zip |
Change MAINTAINER to jan@hacker7.net, and correct dependency on
version of lang/ghc.
PR: ports/50409
Submitted by: Jan Rochel <jan@hacker7.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hs-HOpenGL/Makefile | 10 |
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 |