diff options
Diffstat (limited to 'japanese/scim-honoka-plugin-wnn/Makefile')
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile index 969dcbfa2035..4a5db030c967 100644 --- a/japanese/scim-honoka-plugin-wnn/Makefile +++ b/japanese/scim-honoka-plugin-wnn/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ IGNORE= does not build in FreeBSD < 5.x .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" .endif .include <bsd.port.post.mk> |