summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-01 16:56:12 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-01 16:56:12 +0000
commitdebdcca4c3a1ed41f1dc29f3dec40295c66b593c (patch)
treee7aaf8e6ea7702badb21c9300582b332b69df27b /x11-toolkits
parentChange Maintainer's mail address. (diff)
mark as broken for aout
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18300
Diffstat (limited to 'x11-toolkits')
-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 624d8b00df00..5282105795e2 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>