[135940] trunk/dports/devel/gmake/Portfile

mf2k at macports.org mf2k at macports.org
Thu May 7 07:28:22 PDT 2015


Revision: 135940
          https://trac.macports.org/changeset/135940
Author:   mf2k at macports.org
Date:     2015-05-07 07:28:21 -0700 (Thu, 07 May 2015)
Log Message:
-----------
gmake: Add guile variant. (#45527)

Modified Paths:
--------------
    trunk/dports/devel/gmake/Portfile

Modified: trunk/dports/devel/gmake/Portfile
===================================================================
--- trunk/dports/devel/gmake/Portfile	2015-05-07 14:24:01 UTC (rev 135939)
+++ trunk/dports/devel/gmake/Portfile	2015-05-07 14:28:21 UTC (rev 135940)
@@ -10,7 +10,7 @@
 description     GNU Make
 long_description \
     Make is a tool which controls the generation of executables and     \
-    other non-source files of a program from the program's source files.\
+    other non-source files of a program from the program`s source files.\
     Make gets its knowledge of how to build your program from a file    \
     called the makefile, which lists each of the non-source files and   \
     how to compute it from other files. When you write a program, you   \
@@ -33,5 +33,10 @@
 configure.args  --program-prefix=g \
                 --without-guile
 
+variant guile description "Enable GNU Guile extensions" {
+    depends_lib-append  port:guile
+    configure.args  --program-prefix=g --with-guile
+}
+
 test.run        yes
 test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150507/a315139c/attachment.html>


More information about the macports-changes mailing list