diff options
Diffstat (limited to 'x11-toolkits/hs-opengl-ghc/Makefile')
-rw-r--r-- | x11-toolkits/hs-opengl-ghc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/hs-opengl-ghc/Makefile b/x11-toolkits/hs-opengl-ghc/Makefile index 9370e0e6bc70..4f1af9e9f244 100644 --- a/x11-toolkits/hs-opengl-ghc/Makefile +++ b/x11-toolkits/hs-opengl-ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= opengl PORTVERSION= 2.2.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${GHC_VERSION}/ PKGNAMEPREFIX= hs- @@ -21,7 +22,7 @@ COMMENT= OpenGL bindings for Haskell programs USE_BZIP2= yes USE_GL= yes -GHC_VERSION= 6.8.2 +GHC_VERSION= 6.8.3 PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ PORTVERSION=${PORTVERSION} \ PORTNAME=${PORTNAME} \ |