use gettext module

This commit is contained in:
wilfried 2001-09-24 09:27:52 +00:00
parent 3bdd711603
commit 24a358874b
3 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2001/06/03 05:19:00 brad Exp $
# $OpenBSD: Makefile,v 1.6 2001/09/24 09:27:52 wilfried Exp $
COMMENT= "graphical sql client for MySQL"
DISTNAME= mysqlgui-1.7.5
CATEGORIES= databases
NEED_VERSION= 1.402
NEED_VERSION= 1.460
HOMEPAGE= http://www.mysql.com/downloads/gui-clients.html
@ -23,9 +23,9 @@ DIST_SUBDIR= mysqlgui
PATCHFILES= single.cc:0
MODULES= gettext
BUILD_DEPENDS= ${LOCALBASE}/lib/libflvw.a::x11/flvw
LIB_DEPENDS= intl.1::devel/gettext \
jpeg.62::graphics/jpeg \
LIB_DEPENDS= jpeg.62::graphics/jpeg \
fltk::x11/fltk \
fleditor::x11/fleditor \
mysqlclient.10:mysql-client-3.23.*:databases/mysql \

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2001/09/07 11:32:54 wilfried Exp $
# $OpenBSD: Makefile,v 1.8 2001/09/24 09:29:54 wilfried Exp $
COMMENT= 'wm-app; minesweeper'
DISTNAME= wmtimebomb.20
PKGNAME= wmtimebomb-0.2.0
CATEGORIES= games x11 x11/windowmaker
NEED_VERSION= 1.454
NEED_VERSION= 1.460
HOMEPAGE= http://www.maliwan.org/wmtimebomb.shtml
@ -19,8 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mharo/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
MODULES= gettext
LIB_DEPENDS= wraster.4::x11/windowmaker \
intl::devel/gettext \
PropList.2::devel/libproplist
USE_X11= Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.44 2001/09/14 16:13:05 lebel Exp $
# $OpenBSD: Makefile,v 1.45 2001/09/24 09:34:35 wilfried Exp $
COMMENT= 'window manager that emulates NEXTSTEP(tm)'
DISTNAME= WindowMaker-0.65.1
PKGNAME= ${DISTNAME:L}
CATEGORIES= x11 x11/windowmaker
NEED_VERSION= 1.433
NEED_VERSION= 1.460
HOMEPAGE= http://www.windowmaker.org/
@ -39,7 +39,7 @@ FLAVORS= i18n
FLAVOR?=
.if ${FLAVOR:L:Mi18n}
LIB_DEPENDS+= intl::devel/gettext
MODULES= gettext
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV+= LINGUAS='bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5'
.endif