diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:30:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:30:32 +0000 |
commit | 9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47 (patch) | |
tree | acef2c00f091a1ff6bd2a24a9ba2f3e9079d993f /x11/XmHTML | |
parent | e3d128293a60e76f4fccba311e775c0005599ebd (diff) | |
download | pkgsrc-9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'x11/XmHTML')
-rw-r--r-- | x11/XmHTML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index d7284f65891..03493d57fae 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/08/25 21:52:28 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/24 15:30:32 grant Exp $ # DISTNAME= XmHTML-1.1.7 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_BUILDLINK2= YES |