[83272] trunk/dports/lang/gst/Portfile

snc at macports.org snc at macports.org
Mon Aug 29 07:01:58 PDT 2011


Revision: 83272
          http://trac.macports.org/changeset/83272
Author:   snc at macports.org
Date:     2011-08-29 07:01:58 -0700 (Mon, 29 Aug 2011)
Log Message:
-----------
gst: missing dependency on gdbm, #30950

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2011-08-29 13:58:53 UTC (rev 83271)
+++ trunk/dports/lang/gst/Portfile	2011-08-29 14:01:58 UTC (rev 83272)
@@ -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             gst
 version          3.1
-revision         2
+revision         3
 categories       lang
 maintainers      saispo
 description      Free implementation of Smalltalk-80
@@ -24,6 +25,7 @@
 
 depends_lib             port:libsigsegv \
                                 port:libffi \
+                                port:gdbm \
                                 port:gmp \
                                 port:libiconv \
                                 port:ncurses \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110829/df057e19/attachment.html>


More information about the macports-changes mailing list