[134202] trunk/dports/devel/aegis/Portfile

larryv at macports.org larryv at macports.org
Thu Mar 19 17:31:18 PDT 2015


Revision: 134202
          https://trac.macports.org/changeset/134202
Author:   larryv at macports.org
Date:     2015-03-19 17:31:17 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
aegis: Explicitly use bison and bison-runtime ports

I don't know if the system Bison produces correctly-localized parsers,
so let's just stick with ours.

Modified Paths:
--------------
    trunk/dports/devel/aegis/Portfile

Modified: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	2015-03-20 00:31:15 UTC (rev 134201)
+++ trunk/dports/devel/aegis/Portfile	2015-03-20 00:31:17 UTC (rev 134202)
@@ -5,7 +5,7 @@
 
 name                aegis
 version             4.24.3
-revision            1
+revision            2
 categories          devel
 platforms           darwin
 license             GPL-3+
@@ -21,8 +21,7 @@
                     disruption as possible.
 homepage            http://aegis.sourceforge.net/
 
-# Tested with Bison 2.3 and 3.0.4.
-depends_build       bin:bison:bison
+depends_build       port:bison
 depends_lib         port:bzip2 \
                     port:cook \
                     port:curl \
@@ -30,6 +29,7 @@
                     port:libmagic \
                     port:libxml2 \
                     port:zlib
+depends_run         port:bison-runtime
 
 master_sites        sourceforge:project/aegis/aegis/${version}
 checksums           rmd160  ecce0d776b80a17749df76167b251c30f546cdad \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/9fe4b332/attachment.html>


More information about the macports-changes mailing list