diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-17 23:38:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-17 23:38:39 +0000 |
commit | 7326121faad9200611ae771db5a30b40c30db83e (patch) | |
tree | 738ae1db88bfeb8d83acb4482127f023663e355c /textproc/glimpse/Makefile | |
parent | e586f356e1a1509e9015d7dfb4cc6111d34211d7 (diff) | |
download | pkgsrc-7326121faad9200611ae771db5a30b40c30db83e.tar.gz |
Use gmake, so libtemplate gets built properly.
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 7e6277420fd..d5b5f4b07a6 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/05 06:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/03/17 23:38:39 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp # @@ -12,6 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://glimpse.cs.arizona.edu/ NO_CDROM= "Restrictive copyright (don't sell for profit)" +USE_GMAKE= yes GNU_CONFIGURE= yes pre-configure: |