summaryrefslogtreecommitdiff
path: root/graphics/grx/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-24 18:31:03 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-24 18:31:03 +0000
commitc1fec6085263ef79c46fbf6669a2ca502751c2e3 (patch)
treeb7382038835f57da9465db3ba9b7ab677db83fad /graphics/grx/Makefile
parentScribes is a text editor for GNOME that is simple, slim and sleek, yet (diff)
- Respect X11BASE.
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=177967
Diffstat (limited to '')
-rw-r--r--graphics/grx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index b86bbd6f4a5b..8d1fd0138f52 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -103,7 +103,8 @@ post-patch:
@${REINPLACE_CMD} -Ee \
's|^(CC[[:blank:]]*=).*|\1 ${CC}|; \
s|^(CCOPT =)|\1 ${CPPFLAGS} ${CFLAGS}|; \
- s|^(LDOPT =)|\1 ${LDFLAGS}|' \
+ s|^(LDOPT =)|\1 ${LDFLAGS}|; \
+ s|/usr/X11R6|${X11BASE}|' \
${WRKSRC}/makedefs.grx
@${REINPLACE_CMD} -e 's/gcc/${CC}/' ${WRKSRC}/src/makefile.[lx]*