diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-05-14 03:41:55 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-05-14 03:41:55 +0000 |
commit | 05e12f5e963d2354a65e99ccff1c56cbd0b37054 (patch) | |
tree | 6bb2bc6fca93775688677a2a9dfadb548ed75c0a /x11-toolkits | |
parent | Do what the previous commit claimed. (diff) |
Fix rev 1.7: ports use ${PORTOBJFORMAT}.
Approved by: asami
Notes
Notes:
svn path=/head/; revision=18825
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 9d937efb1f76..d931e0e50a19 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -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 |