diff options
author | obraun <obraun@FreeBSD.org> | 2003-05-04 18:16:43 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-05-04 18:16:43 +0800 |
commit | 21c345f5a0f7ba585038a070f550a2023937129f (patch) | |
tree | 91d1c3016589ee5137e8f3d52d54dd60e9e61b8e /devel/hs-buddha | |
parent | af41ac5b4553ea1a9964a6026865075602e58184 (diff) | |
download | freebsd-ports-gnome-21c345f5a0f7ba585038a070f550a2023937129f.tar.gz freebsd-ports-gnome-21c345f5a0f7ba585038a070f550a2023937129f.tar.zst freebsd-ports-gnome-21c345f5a0f7ba585038a070f550a2023937129f.zip |
Upgrade to 0.5.1.
Add message about the need for profiling version of GHC's libs.
Diffstat (limited to 'devel/hs-buddha')
-rw-r--r-- | devel/hs-buddha/Makefile | 8 | ||||
-rw-r--r-- | devel/hs-buddha/distinfo | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile index 2419f2ae5f3c..a577f4d49d49 100644 --- a/devel/hs-buddha/Makefile +++ b/devel/hs-buddha/Makefile @@ -6,7 +6,7 @@ # PORTNAME= buddha -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/ PKGNAMEPREFIX= hs- @@ -23,6 +23,12 @@ USE_GMAKE= yes PLIST_SUB+= BUDDHA_VERSION=${PORTVERSION} +pre-everything:: + @${ECHO_CMD} "" + @${ECHO_CMD} "You need the profiling versions of GHC's libraries to build buddha." + @${ECHO_CMD} "They are available, unless your GHC has been built with WITHOUT_PROFILE=yes." + @${ECHO_CMD} "" + pre-build: @(cd ${WRKSRC} && ${GMAKE} depend) diff --git a/devel/hs-buddha/distinfo b/devel/hs-buddha/distinfo index d2a67de25237..ba208250c609 100644 --- a/devel/hs-buddha/distinfo +++ b/devel/hs-buddha/distinfo @@ -1 +1 @@ -MD5 (buddha-0.5.tar.gz) = ac01634c582a4dbf35f89fe5b15449b9 +MD5 (buddha-0.5.1.tar.gz) = a3ccc61a57cc73e79a05afc4f301186f |