aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xscreensaver/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index f45d1a2c7526..23830ae4947b 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 July 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1998/06/07 01:21:35 asami Exp $
+# $Id: Makefile,v 1.10 1998/06/08 01:54:54 jseger Exp $
#
DISTNAME= xscreensaver-2.17
@@ -17,6 +17,11 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-shadow --without-motif
+# kerberos support doesn't work for 2.2-stable
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} < 300000
+CONFIGURE_ARGS+= --without-kerberos
+.endif
USE_X11= yes
MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bubbles.1 \
decayscreen.1 deco.1 drift.1 flag.1 flame.1 forest.1 \