diff options
author | tv <tv@pkgsrc.org> | 1998-08-26 00:07:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-26 00:07:34 +0000 |
commit | 9ea750478c96b5642b450bda78a70d5f618601e7 (patch) | |
tree | 7c4a24e559d90a77ae88e86a2a41d35d400e1f93 /comms/lrzsz/Makefile | |
parent | 844ae65cbcc9902cb71dddb70331d9788a2fe335 (diff) | |
download | pkgsrc-9ea750478c96b5642b450bda78a70d5f618601e7.tar.gz |
Use catgets instead of supplied gettext.
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r-- | comms/lrzsz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 14421968d7b..de1bcad62c6 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/20 15:16:42 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/08/26 00:07:34 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.18 @@ -10,4 +10,6 @@ HOMEPAGE= http://www.csl-gmbh.net/~uwe/lrzsz.html GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-catgets + .include "../../mk/bsd.pkg.mk" |