diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-09-09 03:00:01 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-09-09 03:00:01 +0000 |
commit | 3c6e3762e09777156c75e0b3178669f192a6a7a8 (patch) | |
tree | 623e80f0fd16bb8cd194f606a28b8bd66037eb18 | |
parent | b332e69f94b88ccd2f75b6c4da677782d019844e (diff) | |
download | pkgsrc-3c6e3762e09777156c75e0b3178669f192a6a7a8.tar.gz |
Build using gmake.
-rw-r--r-- | devel/libslang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 668d51b11c2..f056a34712a 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/06/26 14:26:03 zuntum Exp $ +# $NetBSD: Makefile,v 1.31 2001/09/09 03:00:01 mycroft Exp $ # DISTNAME= slang-1.4.4 @@ -19,6 +19,7 @@ COMMENT= Routines for rapid alpha-numeric terminal applications development USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_GMAKE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/slang |