diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
commit | 9fdabc35a72b76b1b31ee51c544bd793e418c570 (patch) | |
tree | 82b5d5dede991caae0d3c3c253ae2459bd3f3fa2 /databases/libgda | |
parent | da1eee67e965de63505f1ff0f4559081d904149e (diff) | |
download | pkgsrc-9fdabc35a72b76b1b31ee51c544bd793e418c570.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 201b3cd14da..3a9730c9b93 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2003/12/23 13:24:40 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/01/22 08:02:16 grant Exp $ # DISTNAME?= libgda-1.0.0 @@ -10,7 +10,7 @@ MAINTAINER?= sab@posix.org.uk HOMEPAGE?= http://www.gnome-db.org/ USE_X11= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES |