diff options
author | wiz <wiz> | 2000-11-22 21:19:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-22 21:19:13 +0000 |
commit | 2be706cb7a3737fb547cc125af0aede58a5b39a8 (patch) | |
tree | 4808683936f182cfc45f282ca61f99f91ccfbc68 | |
parent | d53fc0357b5425d3746707b03d0942baf111f57e (diff) | |
download | pkgsrc-2be706cb7a3737fb547cc125af0aede58a5b39a8.tar.gz |
Depend on readline, and use it.
-rw-r--r-- | lang/guile/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 441ed134592..5b39157bbab 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/07/15 02:31:39 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2000/11/22 21:19:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # @@ -9,9 +9,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=guile/} MAINTAINER= perry@piermont.com HOMEPAGE= http://www.gnu.org/software/guile/guile.html +DEPENDS+= readline>=4.1:../../devel/readline + GNU_CONFIGURE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +# to find libreadline +CFLAGS+= -I${PREFIX}/include INFO_FILES= data-rep.info |