summaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-gtk2hs/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-11-19 11:32:19 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-11-19 11:32:19 +0000
commita35fee1f41528ce830a88479151386a05ca1342c (patch)
tree89c3652ef69c5762d009f127adceb2850c24e2f2 /x11-toolkits/hs-gtk2hs/Makefile
parentCurrently this fails to compile and install both on 4.x and 5.x. (diff)
Upgrade to 0.9.4
Notes
Notes: svn path=/head/; revision=94347
Diffstat (limited to 'x11-toolkits/hs-gtk2hs/Makefile')
-rw-r--r--x11-toolkits/hs-gtk2hs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile
index 218cad3f18ab..133d541d4bd3 100644
--- a/x11-toolkits/hs-gtk2hs/Makefile
+++ b/x11-toolkits/hs-gtk2hs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk2hs
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.4
CATEGORIES= x11-toolkits haskell
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,4 +25,7 @@ CONFIGURE_ARGS+= --with-c2hs=no
USE_GMAKE= yes
MAKE_ENV+= BUILDDOCS=no
+GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
+PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
+
.include <bsd.port.mk>