diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 15:39:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 15:39:23 +0000 |
commit | 55aded9f3979d80eb737d141a4a82a74fc4729c2 (patch) | |
tree | 17e955ccddc7ab4c295677623e8df10cf78b6e75 /ftp/prozilla | |
parent | Document "fetchmail -- crash when bouncing a message" DOS vulnerability. (diff) |
- Record dependency on gettext
PR: ports/92176
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'ftp/prozilla')
-rw-r--r-- | ftp/prozilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/prozilla/Makefile b/ftp/prozilla/Makefile index 88e31d47cb7d..a7bbb175d817 100644 --- a/ftp/prozilla/Makefile +++ b/ftp/prozilla/Makefile @@ -16,6 +16,7 @@ COMMENT= ProZilla is a fast download accelerator USE_BZIP2= yes USE_GETOPT_LONG=yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |