Revision
83281
Author
snc@macports.org
Date
2011-08-29 07:47:12 -0700 (Mon, 29 Aug 2011)

Log Message

perl5.14: missing dependency on gdbm, #30950

Modified Paths

Diff

Modified: trunk/dports/lang/perl5.14/Portfile (83280 => 83281)


--- trunk/dports/lang/perl5.14/Portfile	2011-08-29 14:38:06 UTC (rev 83280)
+++ trunk/dports/lang/perl5.14/Portfile	2011-08-29 14:47:12 UTC (rev 83281)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -4,7 +5,7 @@
 
 name            perl5.14
 version         5.14.1
-revision        0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 license         {Artistic GPL}
@@ -27,6 +28,8 @@
                     sha1    3f629f84f5bf766d7e24f61af910b10f5981c002 \
                     rmd160  57347db6c2794f5599f6f59183b6f2a92133a75c
 
+depends_lib-append  port:gdbm
+
 patchfiles	patch-Configure.diff patch-handy.h.stdbool.diff
 
 platform darwin {