diff options
author | pav <pav@FreeBSD.org> | 2006-01-23 15:39:23 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-23 15:39:23 +0000 |
commit | c7a87b57abd70c59db67a4af4b8ba0fde4a35e6a (patch) | |
tree | 04e9f06d826eded4d44685df3c82d88980c10616 /ftp | |
parent | 9a2935329fb595a9377db4891285a31e0c2cf08a (diff) | |
download | FreeBSD-ports-c7a87b57abd70c59db67a4af4b8ba0fde4a35e6a.zip FreeBSD-ports-c7a87b57abd70c59db67a4af4b8ba0fde4a35e6a.tar.gz |
- Record dependency on gettext
PR: ports/92176
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'ftp')
-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 88e31d4..a7bbb17 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 |