[43698] trunk/dports/x11/bdftopcf/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 13 16:11:50 PST 2008


Revision: 43698
          http://trac.macports.org/changeset/43698
Author:   jeremyhu at macports.org
Date:     2008-12-13 16:11:50 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
bdftopcf: buildfix for Tiger... Tiger's X11 SDK doesn't include the headers we need

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

Modified: trunk/dports/x11/bdftopcf/Portfile
===================================================================
--- trunk/dports/x11/bdftopcf/Portfile	2008-12-13 23:58:46 UTC (rev 43697)
+++ trunk/dports/x11/bdftopcf/Portfile	2008-12-14 00:11:50 UTC (rev 43698)
@@ -20,7 +20,9 @@
 use_parallel_build  yes
 
 depends_build \
-	port:pkgconfig
+	port:pkgconfig \
+	port:autoconf \
+	port:automake
 
 depends_lib \
 	lib:libXfont.1:xorg-libXfont
@@ -28,3 +30,15 @@
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
+
+platform macosx {
+	if {${os.major} < 9} {
+		# Tiger's X11 SDK doesn't have the X11/fonts/*.h
+		depends_lib-delete lib:libXfont.1:xorg-libXfont
+		depends_lib-append port:xorg-libXfont
+	}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/960c6b8a/attachment.html>


More information about the macports-changes mailing list