aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-table-imengine
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-23 01:18:00 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-23 01:18:00 +0000
commit2afc577b26ddd84018dbfbf2acbc83bbee3869ce (patch)
treee47845b827d1b2f451b056d5116c75ca1f545b8f /textproc/scim-table-imengine
parent302bf473afcc2456737c8e33705f907e4681be6b (diff)
downloadports-2afc577b26ddd84018dbfbf2acbc83bbee3869ce.tar.gz
ports-2afc577b26ddd84018dbfbf2acbc83bbee3869ce.zip
- fix build with WITH_SKIM=yes
- add USE_GETTEXT PR: ports/97143 Submitted by: Koji Yokota <yokota_AT_res dot otaru-uc dot ac dot jp> Reviewed by: clsung Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=171229
Diffstat (limited to 'textproc/scim-table-imengine')
-rw-r--r--textproc/scim-table-imengine/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile
index 26d7b303f1f3..88a76413a41b 100644
--- a/textproc/scim-table-imengine/Makefile
+++ b/textproc/scim-table-imengine/Makefile
@@ -23,6 +23,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= intlhack
+USE_GETTEXT= yes
MAN1= scim-make-table.1
@@ -50,10 +51,15 @@ pre-patch:
BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= SKIM=""
+USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \
-e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \
${WRKSRC}/Makefile.in
+post-configure:
+ ${REINPLACE_CMD} \
+ -e 's,$$(top_builddir)/libtool --silent,${LIBTOOL},' \
+ ${WRKSRC}/skim/Makefile ${WRKSRC}/skim/setupui/Makefile
.endif
post-install: