diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 12:10:45 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 12:10:45 +0000 |
commit | d70d348957134646ba5ca59583889e99b49a141e (patch) | |
tree | 65c376d23cde9c34c01c639511647c6e6ec424ea /x11-toolkits | |
parent | f3cbaa1a808778c1445e2c09deddd25e0030bbba (diff) |
Chase update of lang/ghc
Notes
Notes:
svn path=/head/; revision=145368
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 60c8ae60ec14..f0817000f339 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk2hs -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.9.5 CATEGORIES= x11-toolkits haskell MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org COMMENT= A GTK2 Binding for Haskell -BUILD_DEPENDS= ghc-6.4:${PORTSDIR}/lang/ghc \ +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ ${X11BASE}/lib/mozilla/libxpcom.so:${PORTSDIR}/www/mozilla RUN_DEPENDS= ${BUILD_DEPENDS} |