From 68e4663f01d748743e0029f83931c02fba58eb4e Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 30 Jan 2007 10:25:34 +0000 Subject: - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr --- lang/pm3-forms/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'lang/pm3-forms') 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 -.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 -- cgit