summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-06-07 19:40:52 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-06-07 19:40:52 +0000
commita4d8441524e3b552840f5ecc73e34fd7d3e2c54a (patch)
treea90672216e1dee4803ee4c164c4d391fe6c3deea /graphics
parentFix MASTER_SITES (diff)
Add missing "$"
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=29341
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/files/patch-ac2
-rw-r--r--graphics/gd1/files/patch-ac2
-rw-r--r--graphics/gd2/files/patch-ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gd/files/patch-ac b/graphics/gd/files/patch-ac
index 4dc61441a545..c54c2ab92621 100644
--- a/graphics/gd/files/patch-ac
+++ b/graphics/gd/files/patch-ac
@@ -40,7 +40,7 @@
-INCLUDEDIRS=-I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11
+INCLUDEDIRS=-I. -I${LOCALBASE}/include
+.if defined(WITH_X11)
-+INCLUDEDIRS+=-I{LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
++INCLUDEDIRS+=-I${LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
+.endif
@@ -50,12 +59,15 @@
diff --git a/graphics/gd1/files/patch-ac b/graphics/gd1/files/patch-ac
index 4dc61441a545..c54c2ab92621 100644
--- a/graphics/gd1/files/patch-ac
+++ b/graphics/gd1/files/patch-ac
@@ -40,7 +40,7 @@
-INCLUDEDIRS=-I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11
+INCLUDEDIRS=-I. -I${LOCALBASE}/include
+.if defined(WITH_X11)
-+INCLUDEDIRS+=-I{LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
++INCLUDEDIRS+=-I${LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
+.endif
@@ -50,12 +59,15 @@
diff --git a/graphics/gd2/files/patch-ac b/graphics/gd2/files/patch-ac
index 4dc61441a545..c54c2ab92621 100644
--- a/graphics/gd2/files/patch-ac
+++ b/graphics/gd2/files/patch-ac
@@ -40,7 +40,7 @@
-INCLUDEDIRS=-I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11
+INCLUDEDIRS=-I. -I${LOCALBASE}/include
+.if defined(WITH_X11)
-+INCLUDEDIRS+=-I{LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
++INCLUDEDIRS+=-I${LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include
+.endif
@@ -50,12 +59,15 @@