diff options
-rw-r--r-- | devel/ups-debug/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile index d9209e68901c..1b69e7c42c22 100644 --- a/devel/ups-debug/Makefile +++ b/devel/ups-debug/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1998/06/24 05:34:29 obrien Exp $ +# $Id: Makefile,v 1.2 1998/06/24 07:31:06 obrien Exp $ # DISTNAME= ups-3.32 @@ -14,6 +14,11 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= obrien@FreeBSD.org +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "During build: Libvar_addrs[0] is not constant" +.endif + ALL_TARGET= ups ups MAN1= ups.1 |