diff options
author | agc <agc@pkgsrc.org> | 1998-09-04 12:48:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-04 12:48:04 +0000 |
commit | 7b222185cbd15a8f2366dcce964ef41b5907f388 (patch) | |
tree | f28141e96211c996630428c1272bb9c5dccccfef /misc | |
parent | 877ca9ccf4e671aee1f72bb191223ffc5bb1cbf3 (diff) | |
download | pkgsrc-7b222185cbd15a8f2366dcce964ef41b5907f388.tar.gz |
Add and enable gettext.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 14e55329d10..ca2227dbd6e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/09/04 08:15:47 frueauf Exp $ +# $NetBSD: Makefile,v 1.23 1998/09/04 12:48:04 agc Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += amanda @@ -17,6 +17,7 @@ SUBDIR += fd SUBDIR += fep SUBDIR += figlet + SUBDIR += gettext SUBDIR += git SUBDIR += ical SUBDIR += jive |