use gettext module.
This commit is contained in:
parent
e902847391
commit
f1cfae3e14
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/20 19:47:33 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/10/25 02:28:14 brad Exp $
|
||||
|
||||
COMMENT= "tty-based e-mail client"
|
||||
|
||||
DISTNAME= mutt-1.2.5i
|
||||
CATEGORIES= mail
|
||||
NEED_VERSION= 1.384
|
||||
NEED_VERSION= 1.474
|
||||
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
|
||||
ftp://ftp.gbnet.net/pub/mutt-international/ \
|
||||
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
|
||||
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
|
||||
|
||||
HOMEPAGE= http://www.mutt.org/
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
MODULES= gettext
|
||||
|
||||
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>
|
||||
|
||||
@ -64,9 +64,8 @@ CONFIGURE_ARGS+= --enable-pop
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mmixmaster}
|
||||
MIXMASTER= ${LOCALBASE}/sbin/mixmaster
|
||||
CONFIGURE_ARGS+= --with-mixmaster="${MIXMASTER}"
|
||||
RUN_DEPENDS+= ${MIXMASTER}::mail/mixmaster
|
||||
CONFIGURE_ARGS+= --with-mixmaster="${LOCALBASE}/sbin/mixmaster"
|
||||
RUN_DEPENDS+= ::mail/mixmaster
|
||||
.endif
|
||||
|
||||
.if defined(HOMESPOOL)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/09/28 06:02:14 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/10/25 02:28:14 brad Exp $
|
||||
|
||||
COMMENT= "redhat package manager"
|
||||
|
||||
@ -17,9 +17,9 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
HOMEPAGE= http://www.rpm.org/
|
||||
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
|
||||
|
||||
LIB_DEPENDS= bz2.::archivers/bzip2
|
||||
LIB_DEPENDS+= intl.::devel/gettext
|
||||
LIB_DEPENDS+= popt.0.::devel/popt
|
||||
MODULES= gettext
|
||||
LIB_DEPENDS+= bz2.::archivers/bzip2 \
|
||||
popt.0.::devel/popt
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt
|
||||
|
Loading…
x
Reference in New Issue
Block a user