diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 03:03:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 03:03:07 +0000 |
commit | 0477b99b80a0d9be7827e426bf32657f497152f5 (patch) | |
tree | 39072d2a587ea6315028b9beb78e9546355f608e /lang | |
parent | cb26008f81d669b04630246b737d0de1a40de98e (diff) | |
download | pkgsrc-0477b99b80a0d9be7827e426bf32657f497152f5.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index be81bcf7ae1..61ae1c9c985 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/06/11 06:34:39 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/06/21 03:03:20 jlam Exp $ # DISTNAME= librep-${REP_VERS} @@ -13,6 +13,7 @@ COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM GDBM_REQD= 1.8.0 USE_GNU_READLINE= # uses rl_basic_quote_characters +USE_BUILDLINK_ONLY= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |