[92527] users/g5pw/dports/devel/zshdb/Portfile

g5pw at macports.org g5pw at macports.org
Mon Apr 30 13:36:45 PDT 2012


Revision: 92527
          https://trac.macports.org/changeset/92527
Author:   g5pw at macports.org
Date:     2012-04-30 13:36:44 -0700 (Mon, 30 Apr 2012)
Log Message:
-----------
devel/zshdb:
added build dep for autoconf.

Modified Paths:
--------------
    users/g5pw/dports/devel/zshdb/Portfile

Modified: users/g5pw/dports/devel/zshdb/Portfile
===================================================================
--- users/g5pw/dports/devel/zshdb/Portfile	2012-04-30 20:31:39 UTC (rev 92526)
+++ users/g5pw/dports/devel/zshdb/Portfile	2012-04-30 20:36:44 UTC (rev 92527)
@@ -1,22 +1,23 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem		1.0
-PortGroup		github 1.0
+PortSystem          1.0
+PortGroup           github 1.0
 
-github.setup		rocky zshdb 0.08 "release-"
+github.setup        rocky zshdb 0.08 "release-"
 
-maintainers		g5pw openmaintainer
+maintainers         g5pw openmaintainer
 
-categories		devel
+categories          devel
 
-description		GDB-like debugger for zsh scripts.
+description         GDB-like debugger for zsh scripts.
 
-platforms		darwin
+platforms           darwin
 
-depends_lib 		port:zsh-devel
+depends_lib         port:zsh-devel
+depends_build       port:autoconf
 
-checksums		rmd160  4d266c534cb39f000fceb929c087597c85bb6437 \
-                    	sha256  9d49597819af9f6b1661fa67727fca987ace6bab982d41d2f91242dd6f5be3c0
+checksums           rmd160  4d266c534cb39f000fceb929c087597c85bb6437 \
+                    sha256  9d49597819af9f6b1661fa67727fca987ace6bab982d41d2f91242dd6f5be3c0
 
-configure.cmd		./autogen.sh
+configure.cmd       ./autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120430/b9beeb7f/attachment.html>


More information about the macports-changes mailing list