[47405] trunk/dports/editors/efte/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Feb 27 17:29:47 PST 2009


Revision: 47405
          http://trac.macports.org/changeset/47405
Author:   jeremyhu at macports.org
Date:     2009-02-27 17:29:47 -0800 (Fri, 27 Feb 2009)
Log Message:
-----------
efte: Update X11 dependencies

Modified Paths:
--------------
    trunk/dports/editors/efte/Portfile

Modified: trunk/dports/editors/efte/Portfile
===================================================================
--- trunk/dports/editors/efte/Portfile	2009-02-28 01:27:08 UTC (rev 47404)
+++ trunk/dports/editors/efte/Portfile	2009-02-28 01:29:47 UTC (rev 47405)
@@ -17,8 +17,11 @@
 homepage        http://efte.sourceforge.net
 master_sites    http://downloads.sourceforge.net/sourceforge/efte/
 checksums       efte-${version}.tar.gz md5 ae60a3056e73d4655569f455e4c6283e
-depends_build   bin:cmake:cmake \
-		port:xorg-libs
+depends_build\
+	bin:cmake:cmake \
+	port:xorg-libsm \
+	port:xorg-libXext \
+	port:xpm
 
 configure.args  -DCMAKE_BUIL_TYPE=Release \
                 -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
@@ -28,8 +31,8 @@
     system "cd ${worksrcpath} && ${configure.env} cmake ${configure.args} ${worksrcpath}"
 }
 
-variant no_x11 description {Does not build the X11 variant.} {
-    depends_build-delete    port:xorg-libs
+variant no_x11 {
+    depends_build-delete    port:xorg-libsm port:xorg-libXext port:xpm
     configure.args-append   "-DBUILD_X=OFF"
     configure.args-delete   "-DBUILD_X=ON"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090227/53a008e5/attachment-0001.html>


More information about the macports-changes mailing list