[144306] trunk/dports/xfce/xfce4-session/Portfile
Revision: 144306 https://trac.macports.org/changeset/144306 Author: afb@macports.org Date: 2016-01-06 04:12:55 -0800 (Wed, 06 Jan 2016) Log Message: ----------- xfce4-session: don't store .desktop in /usr Modified Paths: -------------- trunk/dports/xfce/xfce4-session/Portfile Modified: trunk/dports/xfce/xfce4-session/Portfile =================================================================== --- trunk/dports/xfce/xfce4-session/Portfile 2016-01-06 12:09:25 UTC (rev 144305) +++ trunk/dports/xfce/xfce4-session/Portfile 2016-01-06 12:12:55 UTC (rev 144306) @@ -6,6 +6,7 @@ name xfce4-session version 4.12.0 set branch [join [lrange [split ${version} .] 0 1] .] +revision 1 categories xfce platforms darwin license GPL-2+ @@ -24,6 +25,8 @@ # need config.h.in, using autoreconf fails for some reason pre-configure { system -W ${worksrcpath} "autoheader" } +configure.args --with-xsession-prefix=${prefix} + depends_lib port:libxfce4util port:libxfce4ui \ port:libwnck bin:iceauth:iceauth depends_build port:intltool port:xfce4-dev-tools port:pkgconfig
participants (1)
-
afb@macports.org