Modified: trunk/dports/kde/kdegraphics4/Portfile (74234 => 74235)
--- trunk/dports/kde/kdegraphics4/Portfile 2010-12-08 06:38:26 UTC (rev 74234)
+++ trunk/dports/kde/kdegraphics4/Portfile 2010-12-08 14:16:50 UTC (rev 74235)
@@ -31,11 +31,13 @@
}
}
+# explicitly define certain headers and libraries, to avoid
+# conflicts with those installed into system paths by the user.
configure.args-append -DQCA2_LIBRARIES=${prefix}/lib/libqca.2.dylib \
-DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto \
- -DGWENVIEW_SEMANTICINFO_BACKEND=None
+ -DGWENVIEW_SEMANTICINFO_BACKEND=None \
+ -DJPEG_INCLUDE_DIR=${prefix}/include \
+ -DTIFF_INCLUDE_DIR=${prefix}/include
-universal_variant no
-
livecheck.url http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/
livecheck.regex kdegraphics-(\\d+\\.\\d+\\.\\d+)${extract.suffix}