diff options
author | tron <tron@pkgsrc.org> | 1998-12-23 00:14:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-23 00:14:16 +0000 |
commit | ed484a6e92284818c763d4fbff4cb638165b4537 (patch) | |
tree | ef0cccc8e316dc2f170460a43adc5348c33fbfbd /devel/gettext/Makefile | |
parent | 1e10c78af8e81897c57a7a70701b9b23588e02ea (diff) | |
download | pkgsrc-ed484a6e92284818c763d4fbff4cb638165b4537.tar.gz |
Update "gettext" package to version 0.10.35.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index a608bd74e54..d020ac294ff 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,14 +1,18 @@ -# $NetBSD: Makefile,v 1.2 1998/09/04 12:38:53 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/23 00:14:16 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # -DISTNAME= gettext-0.10 +DISTNAME= gettext-0.10.35 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org -GNU_CONFIGURE= yes +CONFLICTS= gettext-* + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" INFO_FILES= gettext.info |