diff options
author | John Polstra <jdp@FreeBSD.org> | 2003-08-04 18:11:51 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2003-08-04 18:11:51 +0000 |
commit | e59210314b30b644e220fdec683150c1d8e7693b (patch) | |
tree | 7bb479c461a2f54f7a56cb01a50b02d23f4bf8b0 /graphics | |
parent | 7a86de8bc7529d53a376c50f4ebebcb0ce38d159 (diff) | |
download | ports-e59210314b30b644e220fdec683150c1d8e7693b.tar.gz ports-e59210314b30b644e220fdec683150c1d8e7693b.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/juno-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/juno-2/Makefile b/graphics/juno-2/Makefile index ee37cd69b8eb..650f797dbd5c 100644 --- a/graphics/juno-2/Makefile +++ b/graphics/juno-2/Makefile @@ -49,7 +49,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} |