[41539] trunk/dports/textproc/sablotron/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 5 12:49:06 PST 2008


Revision: 41539
          http://trac.macports.org/changeset/41539
Author:   mcalhoun at macports.org
Date:     2008-11-05 12:49:06 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
sablotron: explicitly set the MacPorts perl program is to be used.

Modified Paths:
--------------
    trunk/dports/textproc/sablotron/Portfile

Modified: trunk/dports/textproc/sablotron/Portfile
===================================================================
--- trunk/dports/textproc/sablotron/Portfile	2008-11-05 20:42:26 UTC (rev 41538)
+++ trunk/dports/textproc/sablotron/Portfile	2008-11-05 20:49:06 UTC (rev 41539)
@@ -30,7 +30,8 @@
 platform darwin 6   { depends_lib-append lib:libdl:dlcompat }
 				
 variant apidocs description {Install HTML documentation of Sablotron's API} {
-    depends_lib-append      port:p5-xml-parser
+    depends_build-append    path:bin/perl:perl5 port:p5-xml-parser
+    configure.env-append    PERL_PROG=${prefix}/bin/perl
     configure.env-delete    BUILD_APIDOCS=no
     configure.env-append    BUILD_APIDOCS=yes
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/3febe825/attachment-0001.html>


More information about the macports-changes mailing list