summaryrefslogtreecommitdiff
path: root/devel/directfb/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 08:12:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 08:12:21 +0000
commitfbf92c51dcca1209d1832d45bdd468ec2ed24980 (patch)
treee888474325ac65547690d1f62ff1877681a52c60 /devel/directfb/Makefile
parentBROKEN on !i386 and !amd64: does not compile (diff)
BROKEN on alpha 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102166
Diffstat (limited to 'devel/directfb/Makefile')
-rw-r--r--devel/directfb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 27fc5e16380f..5c445ce24cf0 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -47,8 +47,14 @@ PLIST_SUB+= WITH_FREETYPE2="@comment "
MAN1= directfb-csource.1 dfbg.1
MAN5= directfbrc.5
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on alpha 5.x"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>