summaryrefslogtreecommitdiff
path: root/devel/libctl
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-27 03:09:57 +0000
committersnj <snj@pkgsrc.org>2004-04-27 03:09:57 +0000
commiteb86248c62e695c92e5b2fc1a95f6c14653c1fe0 (patch)
treeeac6ef5b03c91018b18823ef21153f9000aa747d /devel/libctl
parenta8cb86f913ec2d08fb98edfa3aa360d941d5da6a (diff)
downloadpkgsrc-eb86248c62e695c92e5b2fc1a95f6c14653c1fe0.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel/libctl')
-rw-r--r--devel/libctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile
index abe0558ae15..9c92aade5bf 100644
--- a/devel/libctl/Makefile
+++ b/devel/libctl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/07/17 21:31:22 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/27 03:09:58 snj Exp $
DISTNAME= libctl-2.2
PKGREVISION= 1
@@ -10,7 +10,7 @@ HOMEPAGE= http://ab-initio.mit.edu/libctl/
COMMENT= Guile-based flexible control file library for scientific simulations
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libctl
@@ -18,5 +18,5 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} COPYING COPYRIGHT ChangeLog \
NEWS README ${PREFIX}/share/doc/libctl/
-.include "../../lang/guile/buildlink2.mk"
+.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"