diff options
Diffstat (limited to 'devel/libctl/Makefile')
-rw-r--r-- | devel/libctl/Makefile | 6 |
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" |