diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /x11-toolkits/hs-OpenGL | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-OpenGL')
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 626b375c883b..dfb4e94ad04d 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: hs-opengl-ghc -# Date created: 2008-09-04 -# Whom: Volker Stolz <vs@FreeBSD.org> -# +# Created by: Volker Stolz <vs@FreeBSD.org> # $FreeBSD$ PORTNAME= OpenGL PORTVERSION= 2.2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr index 37862b0989f3..30a792f6dab2 100644 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ b/x11-toolkits/hs-OpenGL/pkg-descr @@ -5,4 +5,4 @@ programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. -WWW: http://www.haskell.org/HOpenGL/ +WWW: http://www.haskell.org/HOpenGL/ |