summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2003-06-30 18:17:54 +0000
committerJohn Polstra <jdp@FreeBSD.org>2003-06-30 18:17:54 +0000
commitd754c541e069eab15113975ed1a7b6280dcd17b8 (patch)
tree2f56d0fa42db8382844f398760213ec61db5efb8 /print
parentbugfix: distinfo incorrect (diff)
The use of IGNORE is now preferred to BROKEN to indicate ports
that will never build on older OS releases. Submitted by: Mark Linimon <linimon@lonesome.com> PR: ports/53462, ports/53464
Notes
Notes: svn path=/head/; revision=83919
Diffstat (limited to 'print')
-rw-r--r--print/virtualpaper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index fa9916e858eb..89d957bedcac 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -60,7 +60,7 @@ TARGETDIR= freebsd-4
WORDSIZE= 32
.elif ${ARCH} == "alpha"
.if ${OSVERSION} < 400011
-BROKEN= Not supported on older versions of FreeBSD/Alpha
+IGNORE= Not supported on older versions of FreeBSD/Alpha
.endif
CFLAGS+= -mieee
L2= .so.${SOVERSION}