diff options
author | wiz <wiz> | 2003-01-10 11:46:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-10 11:46:49 +0000 |
commit | 83070133130f699d719e8a5210d79758a8f6703d (patch) | |
tree | bed910d3fa2f122da5ef3db3ab290037cd112e09 | |
parent | d55c1dcfa79e1750f454f25487438fb42deb697d (diff) | |
download | pkgsrc-83070133130f699d719e8a5210d79758a8f6703d.tar.gz |
USE_BUILDLINK2. (Package does not compile with guile-1.6).
-rw-r--r-- | devel/libctl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index 7846835a7a8..dfe657d5fa6 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/01/07 03:56:23 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/10 11:46:49 wiz Exp $ DISTNAME= libctl-1.4.1 CATEGORIES= devel @@ -9,6 +9,7 @@ HOMEPAGE= http://ab-initio.mit.edu/libctl/ COMMENT= Guile-based flexible control file library for scientific simulations GNU_CONFIGURE= yes +USE_BUILDLINK2= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libctl |