summaryrefslogtreecommitdiff
path: root/devel/libctl/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 03:09:57 +0000
committersnj <snj>2004-04-27 03:09:57 +0000
commit3b188bb47fddba3a46b9e07d0e00f4250a70eb17 (patch)
treeeac6ef5b03c91018b18823ef21153f9000aa747d /devel/libctl/Makefile
parent411373d93dbcc381a496d8fb500ca783e8ac1ddb (diff)
downloadpkgsrc-3b188bb47fddba3a46b9e07d0e00f4250a70eb17.tar.gz
Convert to buildlink3.
Diffstat (limited to 'devel/libctl/Makefile')
-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"