diff options
author | wiz <wiz> | 2000-11-22 21:19:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-22 21:19:13 +0000 |
commit | 2b3d7bbaf795fb3235c36a8a18fc7bf10b83e7c0 (patch) | |
tree | 4808683936f182cfc45f282ca61f99f91ccfbc68 /lang/guile/Makefile | |
parent | 997a63bd98c97836efb5b5261424b1cd29a2f0cd (diff) | |
download | pkgsrc-2b3d7bbaf795fb3235c36a8a18fc7bf10b83e7c0.tar.gz |
Depend on readline, and use it.
Diffstat (limited to 'lang/guile/Makefile')
-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 |