diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 14:50:05 +0000 |
commit | c4b1e1cc8554260f0976eea14b04b75f4722aa84 (patch) | |
tree | c90baa35ff63b597274e6b68d99b6f5459d430a4 /print/teTeX-bin | |
parent | c2ce2bfbbe704121c79986146cc3d75f3efec691 (diff) | |
download | pkgsrc-c4b1e1cc8554260f0976eea14b04b75f4722aa84.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile.common b/print/teTeX-bin/Makefile.common index 6355edd4255..c6be760af1f 100644 --- a/print/teTeX-bin/Makefile.common +++ b/print/teTeX-bin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/12/24 12:51:31 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/24 14:58:00 grant Exp $ TETEX_BIN_VERS= 2.0.2 DIST_SUBDIR= teTeX @@ -6,7 +6,7 @@ ALL_TARGET= all INSTALL_TARGET= install strip USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_PKGINSTALL= yes USE_X11= yes CFLAGS+= -Dunix |