diff options
author | rh <rh@pkgsrc.org> | 2001-05-02 12:37:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-02 12:37:05 +0000 |
commit | 686fbb32c444c0a25d898bd968f4c1ea2dbcc6f0 (patch) | |
tree | 475b5f059ed51f1524aaf4f1adfdc9da527725aa /textproc/scrollkeeper | |
parent | ab2d68f9e9bf88a952dba0ef8c81353110e572d4 (diff) | |
download | pkgsrc-686fbb32c444c0a25d898bd968f4c1ea2dbcc6f0.tar.gz |
USE_GMAKE to fix installing under 1.4.x
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 4a4c257ec77..4bfaa1f9f60 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/09 12:01:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/02 12:37:05 rh Exp $ # DISTNAME= scrollkeeper-0.2 @@ -15,5 +15,6 @@ DEPENDS+= libxml>=1.8.9:../../textproc/libxml GNU_CONFIGURE= yes USE_LIBINTL= yes +USE_GMAKE= yes .include "../../mk/bsd.pkg.mk" |