From 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 19 Apr 2008 17:56:05 +0000 Subject: - Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) --- graphics/gplot/files/patch-aa | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'graphics/gplot/files/patch-aa') diff --git a/graphics/gplot/files/patch-aa b/graphics/gplot/files/patch-aa index 4ee863241eae..d228ef526476 100644 --- a/graphics/gplot/files/patch-aa +++ b/graphics/gplot/files/patch-aa @@ -249,18 +249,18 @@ - /usr/include/X11/StringDefs.h \ - /usr/include/X11/Xutil.h \ - /usr/include/X11/cursorfont.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ -+ $(X11BASE)/include/X11/StringDefs.h \ -+ $(X11BASE)/include/X11/Xutil.h \ -+ $(X11BASE)/include/X11/cursorfont.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include/X11/StringDefs.h \ ++ $(LOCALBASE)/include/X11/Xutil.h \ ++ $(LOCALBASE)/include/X11/cursorfont.h \ defs.h xws_defs.h xws_delim.o: /usr/include/stdio.h \ /usr/include/strings.h \ - /usr/include/X11/Intrinsic.h \ - /usr/include/X11/Xutil.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ -+ $(X11BASE)/include/X11/Xutil.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include/X11/Xutil.h \ defs.h xws_defs.h xws_color.o: /usr/include/stdio.h \ @@ -268,35 +268,35 @@ - /usr/include/X11/Intrinsic.h \ - /usr/include/X11/Xutil.h \ - /usr/include/X11/Xatom.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ -+ $(X11BASE)/include//X11/Xutil.h \ -+ $(X11BASE)/include/X11/Xatom.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include//X11/Xutil.h \ ++ $(LOCALBASE)/include/X11/Xatom.h \ defs.h xws_defs.h xws_color.h -xws_polyline.o:/usr/include/X11/Intrinsic.h \ -+xws_polyline.o:$(X11BASE)/include/X11/Intrinsic.h \ ++xws_polyline.o:$(LOCALBASE)/include/X11/Intrinsic.h \ defs.h xws_defs.h xws_polygon.o: /usr/include/stdio.h \ - /usr/include/X11/Intrinsic.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ defs.h xws_defs.h xws_fill.h -xws_marker.o: /usr/include/X11/Intrinsic.h \ -+xws_marker.o: $(X11BASE)/include/X11/Intrinsic.h \ ++xws_marker.o: $(LOCALBASE)/include/X11/Intrinsic.h \ defs.h xws_defs.h xws_text.o: /usr/include/strings.h \ - /usr/include/X11/Intrinsic.h \ - /usr/include/X11/Xatom.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ -+ $(X11BASE)/include/X11/Xatom.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include/X11/Xatom.h \ defs.h xws_defs.h xws_cla.o: /usr/include/stdio.h \ /usr/include/math.h \ - /usr/include/X11/Intrinsic.h \ -+ $(X11BASE)/include/X11/Intrinsic.h \ ++ $(LOCALBASE)/include/X11/Intrinsic.h \ defs.h xws_defs.h xws_color.h #----------------------------------------------------------------------------- # DrawCGM and CGMGen, and test routines -- cgit v1.2.3