diff options
Diffstat (limited to 'textproc/scim-input-pad/Makefile')
-rw-r--r-- | textproc/scim-input-pad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index 57c88dc1a327..c905c3f8b545 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME= intlhack -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" |