diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 14:26:03 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 14:26:03 +0000 |
commit | 7488cbf3aef26dd5f72ddedcd21b388a39816994 (patch) | |
tree | ecc4676e0b614f191d944f51465135657c781198 /devel/libslang/Makefile | |
parent | d14acd3b26dd5364fa3cac6c6586a5e25b03e58e (diff) | |
download | pkgsrc-7488cbf3aef26dd5f72ddedcd21b388a39816994.tar.gz |
o add buildlink.mk file for use by other packages
o mark as USE_BUILDLINK_ONLY
Diffstat (limited to 'devel/libslang/Makefile')
-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 ca7e2ccdb22..668d51b11c2 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/02/26 16:42:29 tron Exp $ +# $NetBSD: Makefile,v 1.30 2001/06/26 14:26:03 zuntum Exp $ # DISTNAME= slang-1.4.4 @@ -16,6 +16,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.s-lang.org/ COMMENT= Routines for rapid alpha-numeric terminal applications development +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= yes USE_LIBTOOL= yes |