diff options
Diffstat (limited to 'textproc/uim-gtk/Makefile')
-rw-r--r-- | textproc/uim-gtk/Makefile | 4 |
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") |