[26443] trunk/dports/lang/guile/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 23 08:07:24 PDT 2007


Revision: 26443
          http://trac.macosforge.org/projects/macports/changeset/26443
Author:   mas at macports.org
Date:     2007-06-23 08:07:23 -0700 (Sat, 23 Jun 2007)

Log Message:
-----------
use --enable-regex when configuring

Modified Paths:
--------------
    trunk/dports/lang/guile/Portfile

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2007-06-23 14:38:15 UTC (rev 26442)
+++ trunk/dports/lang/guile/Portfile	2007-06-23 15:07:23 UTC (rev 26443)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		guile
 version		1.8.1
-revision	1
+revision	2
 categories	lang
 maintainers	mas at macports.org openmaintainer at macports.org
 platforms	darwin
@@ -47,7 +47,8 @@
 configure.args	CPPFLAGS="-I${prefix}/include"		\
 		LDFLAGS="-L${prefix}/lib"		\
 		--infodir="${prefix}/share/info"	\
-		--mandir="${prefix}/share/man"
+		--mandir="${prefix}/share/man"		\
+		--enable-regex
 
 platform darwin 6 {
 		depends_lib-append	port:dlcompat

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070623/4d587342/attachment.html


More information about the macports-changes mailing list