[40805] trunk/dports/devel/hs-bytestring-lexing/Portfile

gwright at macports.org gwright at macports.org
Wed Oct 15 03:55:16 PDT 2008


Revision: 40805
          http://trac.macports.org/changeset/40805
Author:   gwright at macports.org
Date:     2008-10-15 03:55:15 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------
Fix a dependency.

Modified Paths:
--------------
    trunk/dports/devel/hs-bytestring-lexing/Portfile

Modified: trunk/dports/devel/hs-bytestring-lexing/Portfile
===================================================================
--- trunk/dports/devel/hs-bytestring-lexing/Portfile	2008-10-15 10:26:46 UTC (rev 40804)
+++ trunk/dports/devel/hs-bytestring-lexing/Portfile	2008-10-15 10:55:15 UTC (rev 40805)
@@ -5,6 +5,7 @@
 name		hs-bytestring-lexing
 set canonicalname	bytestring-lexing
 version		0.1.2
+revision	1
 categories	devel haskell
 maintainers	nomaintainer
 platforms	darwin
@@ -24,7 +25,8 @@
 		sha1    35fc64a173f34ac9f35c773eb2d61bfac61a072c	\
 		rmd160  2524caf891e15e398ce1713313be7dcbe1146e39
 
-depends_build	port:ghc
+depends_build	port:ghc	\
+		port:alex
 
 configure       { system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix} --with-compiler=${prefix}/bin/ghc --enable-library-profiling"
                 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081015/f1708d20/attachment.html 


More information about the macports-changes mailing list