summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-08 08:58:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-08 08:58:13 +0000
commit91cd48e9d9aa958f9e67295a0094dbf204d3917e (patch)
tree58c94d64c03dd4e16dcd7c23c2f3cfe8394d4110 /x11/xscreensaver
parentFix wrong patch. Configuration files should be installed into (diff)
Disable kerberos support if compiling for 2.2-stable.
Notes
Notes: svn path=/head/; revision=11346
Diffstat (limited to 'x11/xscreensaver')
-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 \