[41627] trunk/dports/math/glpk/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Fri Nov 7 09:19:46 PST 2008
Revision: 41627
http://trac.macports.org/changeset/41627
Author: mcalhoun at macports.org
Date: 2008-11-07 09:19:45 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
glpk: fix lint warnings
Modified Paths:
--------------
trunk/dports/math/glpk/Portfile
Modified: trunk/dports/math/glpk/Portfile
===================================================================
--- trunk/dports/math/glpk/Portfile 2008-11-07 17:14:29 UTC (rev 41626)
+++ trunk/dports/math/glpk/Portfile 2008-11-07 17:19:45 UTC (rev 41627)
@@ -46,7 +46,7 @@
${worksrcpath}/src/Makefile.in
}
-variant examples {
+variant examples description {install examples} {
post-destroot {
set examplesdir ${destroot}${prefix}/share/doc/${name}/examples
xinstall -m 755 -d ${examplesdir}
@@ -60,7 +60,7 @@
}
}
-variant doc {
+variant doc description {build and install documentation} {
depends_build-append path:${prefix}/bin/pdflatex:texlive \
path:${prefix}/bin/texi2pdf:texinfo
post-destroot {
@@ -73,7 +73,7 @@
}
}
-variant odbc {
+variant odbc description {enable MathProg ODBC support} {
depends_lib-append port:unixODBC
configure.args-append --enable-odbc=unix
post-patch {
@@ -83,7 +83,7 @@
}
}
-variant mysql {
+variant mysql description {enable MathProg MySQL support} {
depends_lib-append port:mysql5
configure.args-append --enable-mysql
post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081107/d28419f8/attachment.html>
More information about the macports-changes
mailing list