aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pm3-forms
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pm3-forms')
-rw-r--r--lang/pm3-forms/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile
index 1d08c7e53ad1..58f8b5456c10 100644
--- a/lang/pm3-forms/Makefile
+++ b/lang/pm3-forms/Makefile
@@ -39,25 +39,12 @@ USE_GMAKE= yes
.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