aboutsummaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-26 01:33:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-26 01:33:24 +0000
commitaf109e9bd06c33b90c8f581e9e8f02e72ec4a456 (patch)
tree01fd56ecffe449cbf737588e00da236a73e1867d /textproc/scrollkeeper
parentbb9758260ccb6b802542acdf3f2abb83aa6dbc64 (diff)
downloadports-af109e9bd06c33b90c8f581e9e8f02e72ec4a456.tar.gz
ports-af109e9bd06c33b90c8f581e9e8f02e72ec4a456.zip
Notes
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/Makefile2
-rw-r--r--textproc/scrollkeeper/files/patch-intltool-merge.in11
2 files changed, 1 insertions, 12 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index 1e66eb1688ed..460ac5087cba 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -38,7 +38,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13:inc
USE_BISON= yes
USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomehier gnometarget libxslt
+USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \
--with-omfdirs=${PREFIX}/share/gnome/omf \
diff --git a/textproc/scrollkeeper/files/patch-intltool-merge.in b/textproc/scrollkeeper/files/patch-intltool-merge.in
deleted file mode 100644
index 54c8a233119d..000000000000
--- a/textproc/scrollkeeper/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- intltool-merge.in.orig Wed Nov 12 15:29:28 2003
-+++ intltool-merge.in Wed Nov 12 15:31:54 2003
-@@ -858,7 +858,7 @@
- if ($MULTIPLE_OUTPUT) {
- for my $lang (sort keys %po_files_by_lang) {
- if ( ! -e $lang ) {
-- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
-+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
- }
- open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
- my $tree = readXml($FILE);