From 679bdc9af41d7c75e23310201c40fa26b7df5634 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 Jan 2005 01:54:31 +0000 Subject: Put --with-catgets inside the conditional to match LOCALE_SUFFIX. --- comms/lrzsz/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comms') diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 9b05438d91e..fbda9ab71ab 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/01/21 13:05:28 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/01/24 01:54:31 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.20 @@ -14,15 +14,15 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_PKGLOCALEDIR= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-catgets .include "../../mk/bsd.prefs.mk" .ifdef (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix") . include "../../devel/gettext-lib/buildlink3.mk" -LOCALE_SUFFIX= mo +LOCALE_SUFFIX= mo .else -LOCALE_SUFFIX= cat +CONFIGURE_ARGS+= --with-catgets +LOCALE_SUFFIX= cat .endif PLIST_SUBST+= LOCALE_SUFFIX=${LOCALE_SUFFIX} -- cgit v1.2.3