diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-10 16:23:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-10 16:23:49 +0800 |
commit | df396482d4e4c6b056926e3b2790ec384d4f6b41 (patch) | |
tree | 942536c950e60a86868372aa6923ddaab9e9b1f2 /textproc | |
parent | d56f3f069edc9c2f042b458c0d074a184895b042 (diff) | |
download | freebsd-ports-gnome-df396482d4e4c6b056926e3b2790ec384d4f6b41.tar.gz freebsd-ports-gnome-df396482d4e4c6b056926e3b2790ec384d4f6b41.tar.zst freebsd-ports-gnome-df396482d4e4c6b056926e3b2790ec384d4f6b41.zip |
Fix building on 4-STABLE.
PR: ports/80850
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-input-pad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index 9eef22d1b400..dae1924f50ab 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim -MAINTAINER= chinsan@mail2000.com.tw +MAINTAINER= chinsan.tw@gmail.com COMMENT= SCIM add-on to input various symbols with on-screen pad BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim @@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_GNOME= intlhack USE_LIBTOOL_VER= 15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" |