use gettext module

This commit is contained in:
pvalchev 2001-09-23 06:57:14 +00:00
parent 070bcd2e89
commit 85848ff5ec
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/08/23 06:17:41 pvalchev Exp $
# $OpenBSD: Makefile,v 1.4 2001/09/23 06:57:14 pvalchev Exp $
COMMENT= "graphically improved game of yore"
@ -31,7 +31,7 @@ MASTER_SITE_SUBDIR= heroes
USE_X11= Yes
USE_GMAKE= Yes
LIB_DEPENDS+= intl.1:gettext-*:devel/gettext
MODULES= gettext
FLAVORS= sdl ggi
FLAVOR?= sdl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/05/09 23:26:28 pvalchev Exp $
# $OpenBSD: Makefile,v 1.4 2001/09/23 06:57:14 pvalchev Exp $
COMMENT= "simple program for plotting 2d mathematical functions"
@ -23,8 +23,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= intl.1::devel/gettext \
gtk.1.2::x11/gtk+ \
MODULES= gettext
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
glib.1::devel/glib \
gdk_imlib::graphics/imlib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/08/19 07:19:25 pvalchev Exp $
# $OpenBSD: Makefile,v 1.9 2001/09/23 06:57:14 pvalchev Exp $
COMMENT= "curses-based icq client implementation"
@ -10,7 +10,7 @@ MASTER_SITES= http://konst.org.ua/download/ \
HOMEPAGE= http://konst.org.ua/software.centericq.html
LIB_DEPENDS= intl.1:gettext-*:devel/gettext
MODULES= gettext
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>