diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:11:09 +0000 |
commit | 57891cda0a771da389c93a6cf10948c39b8a99ce (patch) | |
tree | c958efacae31d0663094f85f98be04a49ce4e210 /misc/celestia | |
parent | e048c6c3e67a4a442b6c3e04c8d56e6779dc2c73 (diff) | |
download | pkgsrc-57891cda0a771da389c93a6cf10948c39b8a99ce.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common index ac08a3f06ae..ca9463f5b1a 100644 --- a/misc/celestia/Makefile.common +++ b/misc/celestia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2003/05/22 09:39:07 salo Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/01/24 14:11:09 grant Exp $ # DISTNAME= celestia-${CELESTIA_VERS} @@ -16,7 +16,7 @@ CELESTIA_VERS= 1.3.0 USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_X11= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |