diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-11-18 10:49:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-11-18 10:49:48 +0000 |
commit | 14c2cdc0193857b944b16fc813faf2852d9b41df (patch) | |
tree | 1aed27b14da9fc984c30d172d2d28e59503a5d71 /lang/qscheme | |
parent | 571e1b9ae13e175edeaee0bce048f4fa16449a1d (diff) | |
download | ports-14c2cdc0193857b944b16fc813faf2852d9b41df.tar.gz ports-14c2cdc0193857b944b16fc813faf2852d9b41df.zip |
Notes
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index f0720a02e13d..f23f5e7304f6 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -23,6 +23,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" +BROKEN= fails to build + CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ --with-pcre-inc=${LOCALBASE}/include \ --with-avcall-dir=${LOCALBASE}/lib \ |