diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-07 03:56:17 +0000 |
commit | 917d29d213599bc82ed0093f1983bef846cedda4 (patch) | |
tree | 86760533451b06e3ed498094ee1d905a6c32b9d1 /devel/libctl/Makefile | |
parent | b849028f13aac2ef877ec3168d870258c43298ef (diff) | |
download | pkgsrc-917d29d213599bc82ed0093f1983bef846cedda4.tar.gz |
Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14. These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
Diffstat (limited to 'devel/libctl/Makefile')
-rw-r--r-- | devel/libctl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index c0bfb805182..7846835a7a8 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/17 14:35:32 taca Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/07 03:56:23 uebayasi Exp $ DISTNAME= libctl-1.4.1 CATEGORIES= devel @@ -8,8 +8,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ COMMENT= Guile-based flexible control file library for scientific simulations -DEPENDS+= guile>=1.4:../../lang/guile - GNU_CONFIGURE= yes post-install: @@ -18,4 +16,5 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} COPYING COPYRIGHT ChangeLog \ NEWS README ${PREFIX}/share/doc/libctl/ +.include "../../lang/guile14/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |