aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-gtk
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-gtk
parent5301980440194d119d187371ae8a73c50e18b9b3 (diff)
downloadports-a25a39a9fa1e9c7ea07a08578930e3216a0f0b4d.tar.gz
ports-a25a39a9fa1e9c7ea07a08578930e3216a0f0b4d.zip
Notes
Diffstat (limited to 'textproc/uim-gtk')
-rw-r--r--textproc/uim-gtk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile
index 98aec34e26cd..6f3d8268f7f9 100644
--- a/textproc/uim-gtk/Makefile
+++ b/textproc/uim-gtk/Makefile
@@ -21,6 +21,10 @@ UIM_SLAVE= yes
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk_Makefile.in \
${PATCHDIR}/extra-patch-helper_Makefile.in
+.if defined(WITHOUT_X11)
+IGNORE= requires X11
+.endif
+
do-build:
(cd ${WRKSRC}/gtk && ${GMAKE} LIBS="-luim")
(cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom")