diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-10 08:23:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-10 08:23:49 +0000 |
commit | 5d944271ea0481ae285aed10f51ff2fd5500a505 (patch) | |
tree | 0011a07950d952ad0953b9cd6aba923b812c710e /textproc | |
parent | Yikes... purge all references to the long-dead ringwraith.online.bg. (diff) |
Fix building on 4-STABLE.
PR: ports/80850
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=134972
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" |