BUG: autoconf should depend on perl
Reported by: |
danchr@… |
Owned by: |
kvv@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
markd@…, nox@…
|
Port:
|
autoconf
|
|
|
Autoconf has an unsatisfied dependancy on perl. See /opt/local/bin/autom4te.
% port verify autoconf
autoconf verification error on:
Unsatisfied dependencies for autoconf-2.59-0.ppc: /opt/local/bin/perl
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/autoconf/Portfile,v
retrieving revision 1.4
diff -a -u -u -r1.4 Portfile
--- Portfile 1 Mar 2004 20:47:54 -0000 1.4
+++ Portfile 22 Feb 2006 19:43:05 -0000
@@ -21,3 +21,4 @@
checksums md5 1ee40f7a676b3cfdc0e3f7cd81551b5f
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
+depends_run port:perl5.8
Change History (3)
Cc: |
markd@… added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
autoconf added
|
Committed. Thanks!