[81993] trunk/dports/x11/windowmaker/Portfile
jmr at macports.org
jmr at macports.org
Sat Aug 6 12:02:31 PDT 2011
Revision: 81993
http://trac.macports.org/changeset/81993
Author: jmr at macports.org
Date: 2011-08-06 12:02:31 -0700 (Sat, 06 Aug 2011)
Log Message:
-----------
windowmaker: add pkgconfig dep
Modified Paths:
--------------
trunk/dports/x11/windowmaker/Portfile
Modified: trunk/dports/x11/windowmaker/Portfile
===================================================================
--- trunk/dports/x11/windowmaker/Portfile 2011-08-06 19:00:47 UTC (rev 81992)
+++ trunk/dports/x11/windowmaker/Portfile 2011-08-06 19:02:31 UTC (rev 81993)
@@ -1,5 +1,7 @@
# $Id$
+
PortSystem 1.0
+
name windowmaker
version 0.92.0
revision 5
@@ -33,6 +35,8 @@
universal_variant no
destroot.violate_mtree yes
+depends_build \
+ port:pkgconfig
depends_lib \
port:xorg-libsm \
port:xorg-libXext \
@@ -46,7 +50,7 @@
post-patch {
set fl [glob -directory ${worksrcpath} WindowMaker/*menu*]
lappend fl ${worksrcpath}/WindowMaker/Defaults/WindowMaker.in \
- ${worksrcpath}/WPrefs.app/Menu.c ${worksrcpath}/WPrefs.app/Paths.c
+ ${worksrcpath}/WPrefs.app/Menu.c ${worksrcpath}/WPrefs.app/Paths.c
foreach i $fl {
reinplace "s|/usr/X11R6/share|${prefix}/share|g" $i
reinplace "s|/usr/share|${prefix}/share|g" $i
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110806/c354b3a2/attachment.html>
More information about the macports-changes
mailing list