diff options
author | seb <seb> | 2003-07-05 14:50:17 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-05 14:50:17 +0000 |
commit | 171d044ae889b297113de34fad970c34bda9e2eb (patch) | |
tree | 33eb91204d9f833fde75da4cda218e726a4a0531 /lang/guile14/Makefile | |
parent | e8abf215f0ac4242d6a7bd9c7a999013eae13032 (diff) | |
download | pkgsrc-171d044ae889b297113de34fad970c34bda9e2eb.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang/guile14/Makefile')
-rw-r--r-- | lang/guile14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index 89e2a4848e9..1fef6740c70 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/06/05 05:03:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/05 14:50:17 seb Exp $ DISTNAME= guile-1.4.1 PKGNAME= guile14-1.4.1 @@ -22,6 +22,7 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/libltdl/libtool USE_GNU_READLINE= YES +USE_NEW_TEXINFO= YES INFO_FILES= guile.info # Link the native thread so that Guile processes won't die when libpthread.so @@ -32,7 +33,6 @@ CFLAGS+= ${PTHREAD_CFLAGS} .include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" PREFIX= ${LOCALBASE}/guile/1.4 |