aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fltk
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-05-02 00:56:12 +0800
committermharo <mharo@FreeBSD.org>1999-05-02 00:56:12 +0800
commit7f12a09e8340b73e6636b9279878648aafd164f6 (patch)
treef64e7c9d8c193c009c838f316520e2363f303252 /x11-toolkits/fltk
parent2f6f7ac0249bcf3f9576c9a780f4dbb8392569e2 (diff)
downloadfreebsd-ports-graphics-7f12a09e8340b73e6636b9279878648aafd164f6.tar.gz
freebsd-ports-graphics-7f12a09e8340b73e6636b9279878648aafd164f6.tar.zst
freebsd-ports-graphics-7f12a09e8340b73e6636b9279878648aafd164f6.zip
mark as broken for aout
Submitted by: maintainer
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r--x11-toolkits/fltk/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index 624d8b00df0..5282105795e 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.5 1999/04/26 23:29:05 mharo Exp $
+# $Id: Makefile,v 1.6 1999/05/01 02:03:09 steve Exp $
#
DISTNAME= fltk-1.0.2-source
@@ -29,6 +29,11 @@ USE_X_PREFIX= yes
MAN1= fluid.1
VERSION= 1.0.2
+.include <bsd.port.pre.mk>
+.if (${OBJFORMAT} == "aout")
+BROKEN= requires ELF library format
+.endif
+
post-install:
@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
@ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \
@@ -43,4 +48,4 @@ post-install:
${PREFIX}/share/doc/fltk
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>