diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-05-21 10:39:32 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-05-21 10:39:32 +0000 |
commit | 420b31455724debcfc200d4610480a9ccf9cbbac (patch) | |
tree | 8a1a7e4a05abed19641e811f2368bf612334735a /lang/pike78 | |
parent | 63caded4d66c7fae0fd4a3bde1834cdb2af32a9a (diff) | |
download | ports-420b31455724debcfc200d4610480a9ccf9cbbac.tar.gz ports-420b31455724debcfc200d4610480a9ccf9cbbac.zip |
Disable problematic gssapi module
Notes
Notes:
svn path=/head/; revision=234323
Diffstat (limited to 'lang/pike78')
-rw-r--r-- | lang/pike78/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index aef549bf3b45..56cac73e2f69 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -62,6 +62,7 @@ CONFIGURE_ARGS+= --without-debug \ --without-fftw \ --without-glade \ --without-gnome \ + --without-gssapi \ --without-java \ --without-libglade-config \ --without-libpdf --without-libpanda \ |