diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-25 15:12:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-25 15:12:52 +0800 |
commit | 297b1f95a8fa14f879a35aba9ada834d19a5b0c7 (patch) | |
tree | a07e4b38c80f07a5ccf8539171dba7b657af7fb2 /mail | |
parent | ce73fd18b403160154e6b0518feb1ee7e0e60ee7 (diff) | |
download | freebsd-ports-gnome-297b1f95a8fa14f879a35aba9ada834d19a5b0c7.tar.gz freebsd-ports-gnome-297b1f95a8fa14f879a35aba9ada834d19a5b0c7.tar.zst freebsd-ports-gnome-297b1f95a8fa14f879a35aba9ada834d19a5b0c7.zip |
Drop gettext-old dependency.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spruce/Makefile | 9 | ||||
-rw-r--r-- | mail/spruce/files/patch-po::ko.po | 16 |
2 files changed, 20 insertions, 5 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 02dcebde315c..69d4c6c26bb4 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -14,17 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= erich@tacni.net -BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ - XGETTEXT="${LOCALBASE}/bin/xgettext-old" + LIBS="-L${LOCALBASE}/lib" +MAKE_ENV= OLD_PO_FILE_INPUT=1 MAN1= spruce.1 diff --git a/mail/spruce/files/patch-po::ko.po b/mail/spruce/files/patch-po::ko.po new file mode 100644 index 000000000000..6fccb4e76045 --- /dev/null +++ b/mail/spruce/files/patch-po::ko.po @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- po/ko.po 2002/09/25 07:02:37 1.1 ++++ po/ko.po 2002/09/25 07:03:04 +@@ -662,10 +662,6 @@ + msgid "All" + msgstr "¸ðµÎ" + +-#: print.c:173 +-msgid "From:" +-msgstr "ÀϺÎ:" +- + #: print.c:185 print.c:198 + msgid "1" + msgstr "1" |