diff options
author | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-15 14:50:05 +0000 |
commit | dc99bb80f207aabc03f504d4a8e119eb2a27d621 (patch) | |
tree | 7f51f5e6ddc0440f651ba0ed22d31abe21c44a9e /lang/guile14/Makefile | |
parent | f4d628a60403d5d3b3609f5e5cb0c281b595dc0e (diff) | |
download | pkgsrc-dc99bb80f207aabc03f504d4a8e119eb2a27d621.tar.gz |
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
Diffstat (limited to 'lang/guile14/Makefile')
-rw-r--r-- | lang/guile14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index 04e74eda70f..7c5a7c41fa9 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/10/15 14:50:06 tv Exp $ DISTNAME= guile-1.4.1 PKGNAME= guile14-1.4.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} @@ -26,7 +26,7 @@ BUILDLINK_PASSTHRU_DIRS= ${LOCALBASE}/guile/1.4 # is dl_open(3)'ed. CFLAGS+= ${PTHREAD_CFLAGS} -.include "../../devel/libtool/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |