diff options
author | rh <rh> | 2001-05-02 12:37:05 +0000 |
---|---|---|
committer | rh <rh> | 2001-05-02 12:37:05 +0000 |
commit | 8ac6224655c15efc82d3974241323ab540b1b3ac (patch) | |
tree | 475b5f059ed51f1524aaf4f1adfdc9da527725aa /textproc/scrollkeeper | |
parent | 04ed243c668970e0299ae3d98b614676f0bf3bb8 (diff) | |
download | pkgsrc-8ac6224655c15efc82d3974241323ab540b1b3ac.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" |