diff options
author | billf <billf@FreeBSD.org> | 2000-06-07 19:40:52 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-06-07 19:40:52 +0000 |
commit | 50c4744c1869b01ed4777b63e0b4fc872c9e4b07 (patch) | |
tree | 1db7e49e807307e6de0ce6a4b17e1b5347a89ee8 /graphics/gd2 | |
parent | 5d04508b99ed200c065e9d17672def59c15ad04b (diff) | |
download | FreeBSD-ports-50c4744c1869b01ed4777b63e0b4fc872c9e4b07.zip FreeBSD-ports-50c4744c1869b01ed4777b63e0b4fc872c9e4b07.tar.gz |
Add missing "$"
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/files/patch-ac b/graphics/gd2/files/patch-ac index 4dc6144..c54c2ab 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 @@ |