[136235] trunk/dports/devel/xxdiff/Portfile

michaelld at macports.org michaelld at macports.org
Tue May 12 11:14:34 PDT 2015


Revision: 136235
          https://trac.macports.org/changeset/136235
Author:   michaelld at macports.org
Date:     2015-05-12 11:14:34 -0700 (Tue, 12 May 2015)
Log Message:
-----------
xxdiff: add dependency on libGLU; addresses ticket #47693.

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

Modified: trunk/dports/devel/xxdiff/Portfile
===================================================================
--- trunk/dports/devel/xxdiff/Portfile	2015-05-12 17:47:53 UTC (rev 136234)
+++ trunk/dports/devel/xxdiff/Portfile	2015-05-12 18:14:34 UTC (rev 136235)
@@ -5,6 +5,7 @@
 
 name                xxdiff
 version             3.2
+revision            1
 categories          devel
 platforms           darwin
 license             GPL-2+
@@ -19,8 +20,12 @@
 
 depends_lib         port:bison \
                     port:flex \
-                    port:qt3
+                    port:qt3 \
+                    port:libGLU
 
+# xxdiff links with libGLU if it is installed; so make sure it is
+# installed already.  See also: https://trac.macports.org/ticket/47693
+
 master_sites        sourceforge:project/xxdiff/xxdiff/${version}/
 use_bzip2           yes
 checksums           md5     301ff399a1e4be8b68c38c3e27c0b1ad \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150512/9d9dccae/attachment-0001.html>


More information about the macports-changes mailing list