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 | 1a83b2b1fe95740f574c14d5fd907cfa88386773 (patch) | |
tree | acef2c00f091a1ff6bd2a24a9ba2f3e9079d993f /x11/lablgtk | |
parent | fdcf6fa181191b1c31a0edcc9a4cf1fe5c83a22c (diff) | |
download | pkgsrc-1a83b2b1fe95740f574c14d5fd907cfa88386773.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'x11/lablgtk')
-rw-r--r-- | x11/lablgtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile index 89e804b073f..f5e347d0984 100644 --- a/x11/lablgtk/Makefile +++ b/x11/lablgtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:56:35 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/24 15:30:33 grant Exp $ DISTNAME= lablgtk-1.2.5 PKGREVISION= 3 @@ -10,7 +10,7 @@ HOMEPAGE= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html COMMENT= GTK+ bindings for ocaml USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" |