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