summaryrefslogtreecommitdiff
path: root/devel/libctl
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-07 03:56:17 +0000
committeruebayasi <uebayasi>2003-01-07 03:56:17 +0000
commitb90d2246f4ca5cd3bb85103f755bbcfe3dc270a9 (patch)
tree86760533451b06e3ed498094ee1d905a6c32b9d1 /devel/libctl
parent060796b3c3df48ecc644035b26aded75a986cec1 (diff)
downloadpkgsrc-b90d2246f4ca5cd3bb85103f755bbcfe3dc270a9.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')
-rw-r--r--devel/libctl/Makefile5
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"