diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:27:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:27:24 +0000 |
commit | d8cba66bf8054dae3b9f5ea81af45ebc569cacbc (patch) | |
tree | d1749ab3a0f579fb45c6d013fe4c2f06ba6e9356 /print | |
parent | 4a2292d3c718f3581a244f433cfa9f13e4f9a1dd (diff) | |
download | pkgsrc-d8cba66bf8054dae3b9f5ea81af45ebc569cacbc.tar.gz |
BROKEN_GETTEXT_DETECTION already defaults to "no".
Diffstat (limited to 'print')
-rw-r--r-- | print/rlpr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index e583cb2f91c..d92ac4e4d4d 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:39 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/13 18:27:24 jlam Exp $ DISTNAME= rlpr-2.06 PKGREVISION= 2 @@ -10,7 +10,6 @@ HOMEPAGE= http://truffula.com/rlpr COMMENT= lpr work-alike to print directly to remote printer GNU_CONFIGURE= YES -BROKEN_GETTEXT_DETECTION= no .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |