[41435] trunk/dports/devel/automake/Portfile

mww at macports.org mww at macports.org
Sun Nov 2 13:51:57 PST 2008


Revision: 41435
          http://trac.macports.org/changeset/41435
Author:   mww at macports.org
Date:     2008-11-02 13:51:55 -0800 (Sun, 02 Nov 2008)
Log Message:
-----------
Ensure use of MacPorts perl, make lint happy

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

Modified: trunk/dports/devel/automake/Portfile
===================================================================
--- trunk/dports/devel/automake/Portfile	2008-11-02 19:51:22 UTC (rev 41434)
+++ trunk/dports/devel/automake/Portfile	2008-11-02 21:51:55 UTC (rev 41435)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		automake
 version		1.10.1
 categories	devel
@@ -12,7 +13,7 @@
 		Makefile.am is basically a series of make variable \
 		definitions, with rules being thrown in occasionally. The \
 		generated Makefile.in files are compliant with the GNU \
-		Makefile standards. 
+		Makefile standards.
 
 homepage	http://www.gnu.org/software/automake/
 master_sites	gnu
@@ -20,9 +21,10 @@
 use_bzip2	yes
 
 depends_build	port:autoconf
-depends_lib	bin:perl:perl5.8
+depends_lib	path:${prefix}/bin/perl:perl5.8
 
 configure.args	--infodir=${prefix}/share/info
+configure.perl	${prefix}/bin/perl
 
 test.run	yes
 test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081102/db948808/attachment.html>


More information about the macports-changes mailing list