From 9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 15:30:32 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- x11/qt3-libs/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/qt3-libs') diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 6fadf6f28dc..9d5bcf97f05 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2004/01/11 12:27:41 markd Exp $ +# $NetBSD: Makefile.common,v 1.26 2004/01/24 15:30:33 grant Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -14,7 +14,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches HAS_CONFIGURE= yes USE_X11= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_GCC_SHLIB= yes USE_LIBTOOL= yes -- cgit v1.2.3