diff options
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 |