[112151] trunk/dports/x11/aterm/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 13 19:27:24 PDT 2013


Revision: 112151
          https://trac.macports.org/changeset/112151
Author:   ryandesign at macports.org
Date:     2013-10-13 19:27:23 -0700 (Sun, 13 Oct 2013)
Log Message:
-----------
aterm: add missing dependencies which can cause build failure or can cause the aterm binary to not get installed (#40680)

Modified Paths:
--------------
    trunk/dports/x11/aterm/Portfile

Modified: trunk/dports/x11/aterm/Portfile
===================================================================
--- trunk/dports/x11/aterm/Portfile	2013-10-14 00:15:33 UTC (rev 112150)
+++ trunk/dports/x11/aterm/Portfile	2013-10-14 02:27:23 UTC (rev 112151)
@@ -4,6 +4,7 @@
 PortSystem 1.0
 name           aterm
 version        1.0.1
+revision            1
 categories     x11
 maintainers    nomaintainer
 license        GPL-2+
@@ -22,10 +23,14 @@
 use_bzip2      yes
 checksums      md5 c2eede028e1011e0ec7035cf319c9b5a \
                sha1 a975753b415306a0734efc3773de8a86129bb54b
-depends_lib \
-	port:xorg-libsm \
-	port:xorg-libXext
 
+depends_build       port:xorg-libXt
+
+depends_lib         port:xorg-libice \
+                    port:xorg-libsm \
+                    port:xorg-libX11
+                    port:xorg-libXext
+
 configure.args --enable-background-image --disable-backspace-key \
                --disable-delete-key --enable-fading \
                --enable-graphics --enable-half-shadow \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131013/f2774285/attachment.html>


More information about the macports-changes mailing list