summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-24 16:06:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-24 16:06:49 +0000
commitf20cba5f8eb0c4a73bff18c635f6eb996554e533 (patch)
tree23ee5daf0442ae08746f3d5473bd2b10ead8534a /textproc
parentThe maintainer's email address doesn't appear to work anymore. Fortunately (diff)
Added a proper libintl support.
Notes
Notes: svn path=/head/; revision=28734
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gtkdiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile
index fce4b643a8fb..64112dc2f595 100644
--- a/textproc/gtkdiff/Makefile
+++ b/textproc/gtkdiff/Makefile
@@ -18,7 +18,9 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}"
+ GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
USE_X_PREFIX= yes
GNU_CONFIGURE= yes