diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-09 15:32:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-09 15:32:17 +0000 |
commit | 3d5994e83ef22ec62ef1379d8bcd04810b18d33b (patch) | |
tree | 3132c8dd8fef224a5239fcd6e48d159dfd3a92a9 /misc | |
parent | 91db59fb21eb1e6d46d8f546321215e91556f0fa (diff) | |
download | ports-3d5994e83ef22ec62ef1379d8bcd04810b18d33b.tar.gz ports-3d5994e83ef22ec62ef1379d8bcd04810b18d33b.zip |
Activate gettext.
Notes
Notes:
svn path=/head/; revision=12379
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 ed02e0c8c04c..a4e187aff50f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.156 1998/08/08 03:27:43 obrien Exp $ +# $Id: Makefile,v 1.157 1998/08/09 01:05:43 steve Exp $ # SUBDIR += acron @@ -19,6 +19,7 @@ SUBDIR += fd SUBDIR += fep SUBDIR += figlet + SUBDIR += gettext SUBDIR += git SUBDIR += gnucash SUBDIR += gnuls |