aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-gnome
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 02:06:29 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-07-10 02:06:29 +0000
commita25a39a9fa1e9c7ea07a08578930e3216a0f0b4d (patch)
tree554415409e51a32cce7a8ae6bfe0528b7e3163ed /textproc/uim-gnome
parent5301980440194d119d187371ae8a73c50e18b9b3 (diff)
downloadports-a25a39a9fa1e9c7ea07a08578930e3216a0f0b4d.tar.gz
ports-a25a39a9fa1e9c7ea07a08578930e3216a0f0b4d.zip
Add WITHOUT_X11 knob.
Notes
Notes: svn path=/head/; revision=167319
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r--textproc/uim-gnome/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile
index 5f936e2693dc..f7e268412d00 100644
--- a/textproc/uim-gnome/Makefile
+++ b/textproc/uim-gnome/Makefile
@@ -20,6 +20,10 @@ UIM_SLAVE= yes
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in
+.if defined(WITHOUT_X11)
+IGNORE= requires X11
+.endif
+
do-build:
(cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom")