Fix rev 1.7: ports use ${PORTOBJFORMAT}.

Approved by:	asami
This commit is contained in:
Bill Fenner 1999-05-14 03:41:55 +00:00
parent 61a1e537ef
commit 05e12f5e96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18825

View File

@ -3,7 +3,7 @@
# Date created: 11 February 1999
# Whom: Dima Sivachenko <dima@Chg.RU>
#
# $Id: Makefile,v 1.7 1999/05/01 16:56:12 mharo Exp $
# $Id: Makefile,v 1.8 1999/05/09 16:24:48 steve Exp $
#
DISTNAME= fltk-1.0.3-source
@ -29,7 +29,7 @@ MAN1= fluid.1
VERSION= 1.0.3
.include <bsd.port.pre.mk>
.if (${OBJFORMAT} == "aout")
.if (${PORTOBJFORMAT} == "aout")
BROKEN= requires ELF library format
.endif