summaryrefslogtreecommitdiff
path: root/devel/libctl
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 03:09:57 +0000
committersnj <snj>2004-04-27 03:09:57 +0000
commit368db112d2f1b07f62992559ea9a8a27ff845a1b (patch)
treeeac6ef5b03c91018b18823ef21153f9000aa747d /devel/libctl
parent4c9c344ba4b2c43845b5341776d8555898e1ffe1 (diff)
downloadpkgsrc-368db112d2f1b07f62992559ea9a8a27ff845a1b.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"