diff options
Diffstat (limited to 'math/kaskade/files/configure')
-rw-r--r-- | math/kaskade/files/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/kaskade/files/configure b/math/kaskade/files/configure new file mode 100644 index 000000000000..7aae54645201 --- /dev/null +++ b/math/kaskade/files/configure @@ -0,0 +1,4 @@ +#!/bin/sh +# $FreeBSD$ +(cd minigraph && sh ./configure $*) +(cd sources && sh ./configure $*) |