diff options
author | miwi <miwi@FreeBSD.org> | 2010-11-18 18:49:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-11-18 18:49:48 +0800 |
commit | b4ce4fa1391898e06a5c3d6f69c613661af85fc5 (patch) | |
tree | 112408b5396b02946a268e66a3c27d083cfd0eff /lang | |
parent | 19d64ce7a6c65e1cd9560dfc020e53aa0ed8cc32 (diff) | |
download | freebsd-ports-gnome-b4ce4fa1391898e06a5c3d6f69c613661af85fc5.tar.gz freebsd-ports-gnome-b4ce4fa1391898e06a5c3d6f69c613661af85fc5.tar.zst freebsd-ports-gnome-b4ce4fa1391898e06a5c3d6f69c613661af85fc5.zip |
- Fails to build
Reported by: pointyhat
Diffstat (limited to 'lang')
-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 \ |