diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-10 11:46:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-10 11:46:49 +0000 |
commit | 6323d3b4778704919a058f658ead25e4c49f4c18 (patch) | |
tree | bed910d3fa2f122da5ef3db3ab290037cd112e09 /devel/libctl | |
parent | c649ff45f949809508074d840c9dd7a8960e302a (diff) | |
download | pkgsrc-6323d3b4778704919a058f658ead25e4c49f4c18.tar.gz |
USE_BUILDLINK2. (Package does not compile with guile-1.6).
Diffstat (limited to 'devel/libctl')
-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 |