diff options
author | jlam <jlam> | 2002-09-21 11:29:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-21 11:29:11 +0000 |
commit | 0a37fb36086cbe88fe7b6f558022332bbbb658fa (patch) | |
tree | e6d27a4117962c2e5f1941548c039ec2c94e33dd /devel/libslang/Makefile | |
parent | 61a3fd24c6b730fcc7c9894ef2efcb40315eb3cc (diff) | |
download | pkgsrc-0a37fb36086cbe88fe7b6f558022332bbbb658fa.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'devel/libslang/Makefile')
-rw-r--r-- | devel/libslang/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 6cf4c213755..f69d130425c 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/08/25 19:22:32 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2002/09/21 11:29:41 jlam Exp $ # DISTNAME= slang-1.4.5 @@ -16,10 +16,11 @@ 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 -USE_GMAKE= yes +USE_BUILDLINK2= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined +GNU_CONFIGURE= # defined + CONFIG_GUESS_OVERRIDE= ${WRKSRC}/autoconf/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/autoconf/config.sub |