diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-16 11:11:47 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-16 11:11:47 +0800 |
commit | 12022ae30a632d05b3916e53b9498bb5d1e96d16 (patch) | |
tree | ad6d208a6d6e61f82752d2644654225500184588 /palm/kpilot | |
parent | 9af91daa7bc29377329b8ec77ff6d92f25e04553 (diff) | |
download | freebsd-ports-gnome-12022ae30a632d05b3916e53b9498bb5d1e96d16.tar.gz freebsd-ports-gnome-12022ae30a632d05b3916e53b9498bb5d1e96d16.tar.zst freebsd-ports-gnome-12022ae30a632d05b3916e53b9498bb5d1e96d16.zip |
Mark BROKEN for current.
Diffstat (limited to 'palm/kpilot')
-rw-r--r-- | palm/kpilot/Makefile | 7 |
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 |