pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/lrzsz Put --with-catgets inside the conditional ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78dead3e18b5
branches:  trunk
changeset: 488028:78dead3e18b5
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 01:54:31 2005 +0000

description:
Put --with-catgets inside the conditional to match LOCALE_SUFFIX.

diffstat:

 comms/lrzsz/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 66f8f25b97d3 -r 78dead3e18b5 comms/lrzsz/Makefile
--- a/comms/lrzsz/Makefile      Sun Jan 23 23:18:07 2005 +0000
+++ b/comms/lrzsz/Makefile      Mon Jan 24 01:54:31 2005 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index