diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-25 05:26:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-25 05:26:36 +0000 |
commit | 77d33cb5039a2e6de34ccc5890e66891876b89a7 (patch) | |
tree | 641b82002c84fde14bae2c342070a9235af0ef56 /math/cassowary/Makefile | |
parent | 77192ffff765948f32bbc4922f7830d9b58e5345 (diff) | |
download | pkgsrc-77d33cb5039a2e6de34ccc5890e66891876b89a7.tar.gz |
Fix installed location honouring GUILE14_SUBDIR.
Diffstat (limited to 'math/cassowary/Makefile')
-rw-r--r-- | math/cassowary/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index 01466149eed..740899feeb2 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/01/23 19:57:28 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/25 05:26:36 uebayasi Exp $ # DISTNAME= cassowary-0.60 @@ -21,6 +21,8 @@ GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-fd-solver CONFIGURE_ARGS+= --with-gtl=${BUILDLINK_PREFIX.gtl} +PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR} + YACC= bison -y UNLIMIT_RESOURCES= datasize memorysize |