Revision
112793
Author
cal@macports.org
Date
2013-11-01 10:11:28 -0700 (Fri, 01 Nov 2013)

Log Message

xmlto: add missing build-time dependency on getopt as indicated by trace mode

Modified Paths

Diff

Modified: trunk/dports/textproc/xmlto/Portfile (112792 => 112793)


--- trunk/dports/textproc/xmlto/Portfile	2013-11-01 17:07:53 UTC (rev 112792)
+++ trunk/dports/textproc/xmlto/Portfile	2013-11-01 17:11:28 UTC (rev 112793)
@@ -28,6 +28,8 @@
 checksums       rmd160  cba4f99be538cd08b73e9b1a6956c318f132284f \
                 sha256  361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
 
+depends_build   port:getopt
+
 depends_run     port:coreutils \
                 port:findutils \
                 port:getopt \