diff options
author | kris <kris@FreeBSD.org> | 2007-09-26 02:16:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-09-26 02:16:40 +0800 |
commit | ea6b195b5d160767c913916d8606f889edccb3fe (patch) | |
tree | 57c66489d252fc0952ec350f3745979730b6cc5b | |
parent | f15063fb6f0f0a27b2e15f6c7be7a843de31fe58 (diff) | |
download | freebsd-ports-gnome-ea6b195b5d160767c913916d8606f889edccb3fe.tar.gz freebsd-ports-gnome-ea6b195b5d160767c913916d8606f889edccb3fe.tar.zst freebsd-ports-gnome-ea6b195b5d160767c913916d8606f889edccb3fe.zip |
Mark IGNORE: the port attempts to allocate all system memory during
the configure stage to see what happens.
-rw-r--r-- | misc/kcd-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile index 98cc400390aa..fb3cb1ec204c 100644 --- a/misc/kcd-devel/Makefile +++ b/misc/kcd-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= kcd-${PORTVERSION} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Change directory in full-screen visual mode +IGNORE= Attempts to allocate all of memory during configure + USE_GETTEXT= yes USE_PERL5= yes GNU_CONFIGURE= yes |