From 5946936ffcde6674d4e6801abd4a757acd269dd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- converters/uulib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'converters/uulib/Makefile') diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index d5d6c626fcb..6044564e8fc 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= uudeview-0.5.20 @@ -15,8 +15,8 @@ COMMENT= Library for uu/xx/Base64/BinHex de-/encoding CONFLICTS= kdesupport-2.1b WRKSRC= ${WRKDIR}/${DISTNAME}/uulib -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes BUILD_TARGET= libuu.la -- cgit v1.2.3