diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 01:54:31 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 01:54:31 +0000 |
commit | 679bdc9af41d7c75e23310201c40fa26b7df5634 (patch) | |
tree | 5b5d3b4c2d6724bcaa7fcc191a5d0d31c53c8046 /comms/lrzsz | |
parent | 5c99e38ed1dff389fd625cbf9b6df6daec1ce78a (diff) | |
download | pkgsrc-679bdc9af41d7c75e23310201c40fa26b7df5634.tar.gz |
Put --with-catgets inside the conditional to match LOCALE_SUFFIX.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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} |