aboutsummaryrefslogtreecommitdiff
path: root/graphics/juno-2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/juno-2')
-rw-r--r--graphics/juno-2/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/graphics/juno-2/Makefile b/graphics/juno-2/Makefile
index 2a625fce5117..86c18d5a1001 100644
--- a/graphics/juno-2/Makefile
+++ b/graphics/juno-2/Makefile
@@ -36,25 +36,12 @@ EXAMPLESDIR= ${PREFIX}/share/examples/Juno
.include <bsd.port.pre.mk>
-.if ${PORTOBJFORMAT} == "aout"
-L2= .so.${SOVERSION}.0
-TARGET= FreeBSD2
-INST_TARGET= freebsd-2
-WORDSIZE= 32
-.elif ${ARCH} == "i386"
+.if ${ARCH} == "i386"
L2= .so.${SOVERSION}
-.if ${OSVERSION} < 400011
-TARGET= FreeBSD3
-INST_TARGET= freebsd-3
-.else
TARGET= FreeBSD4
INST_TARGET= freebsd-4
-.endif
WORDSIZE= 32
.elif ${ARCH} == "alpha"
-.if ${OSVERSION} < 400011
-IGNORE= not supported on older versions of FreeBSD/Alpha
-.endif
CFLAGS+= -mieee
L2= .so.${SOVERSION}
TARGET= FBSD_ALPHA