summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-08-16 03:11:47 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-08-16 03:11:47 +0000
commit8c0a791e84bf93de834f07f2a4f1d07c07ce974a (patch)
treef6c2e1bcb0e61b8d0d779a89b0244d907883ac4a /palm
parentRUN_DEPEND on perl5, not perl5.500404. (diff)
Mark BROKEN for current.
Notes
Notes: svn path=/head/; revision=12536
Diffstat (limited to 'palm')
-rw-r--r--palm/kpilot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile
index c50504ebee12..d09abdd417e8 100644
--- a/palm/kpilot/Makefile
+++ b/palm/kpilot/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 April 1998
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.7 1998/08/07 23:56:11 asami Exp $
+# $Id: Makefile,v 1.8 1998/08/12 06:29:24 asami Exp $
#
DISTNAME= kpilot-3.0.2
@@ -33,6 +33,11 @@ CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
MAKE_ENV= KDEDIR="${KDEDIR}"
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "Fails build"
+.endif
+
pre-configure:
${CP} ${FILESDIR}/libtool ${FILESDIR}/ltmain.sh $(WRKSRC)/kpilot/libpilot