[36594] trunk/dports/graphics/xpdf/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 7 03:45:35 PDT 2008


Revision: 36594
          http://trac.macosforge.org/projects/macports/changeset/36594
Author:   ryandesign at macports.org
Date:     2008-05-07 03:45:35 -0700 (Wed, 07 May 2008)

Log Message:
-----------
xpdf: don't hard-code the X11 prefix

Modified Paths:
--------------
    trunk/dports/graphics/xpdf/Portfile

Modified: trunk/dports/graphics/xpdf/Portfile
===================================================================
--- trunk/dports/graphics/xpdf/Portfile	2008-05-07 10:44:06 UTC (rev 36593)
+++ trunk/dports/graphics/xpdf/Portfile	2008-05-07 10:45:35 UTC (rev 36594)
@@ -80,8 +80,8 @@
     --enable-wordlist \
     --enable-opi
 configure.cxxflags-append "-I${prefix}/include/freetype2 -I${prefix}/include"
-configure.cflags-append "-I/usr/X11R6/include"
-configure.cppflags-append "-I/usr/X11R6/include"
+configure.cflags-append "-I${x11prefix}/include"
+configure.cppflags-append "-I${x11prefix}/include"
 configure.ldflags-append "-lz"
 
 variant a4 {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/5a44f618/attachment.html


More information about the macports-changes mailing list