diff options
-rw-r--r-- | print/rlpr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 23be034e158..1f8737c0c81 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:09 tv Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/02 15:15:22 joerg Exp $ DISTNAME= rlpr-2.06 PKGREVISION= 1 @@ -10,6 +10,7 @@ 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" |