summaryrefslogtreecommitdiff
path: root/x11/decurs
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-02 09:22:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-02 09:22:04 +0000
commita4eed71c197f92c84676a9120dc95a1296c735ce (patch)
tree88ed5fb2c0fa6de8acc7bf2410b48a9efe93d3e6 /x11/decurs
parentGet rid of $PTHREAD_CFLAGS/_LIBS usage from configure. They are now passed (diff)
Per bento logs, mark as broken for gcc3.3.
Notes
Notes: svn path=/head/; revision=92827
Diffstat (limited to 'x11/decurs')
-rw-r--r--x11/decurs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
index 6439dfd9c037..8c172e9e8651 100644
--- a/x11/decurs/Makefile
+++ b/x11/decurs/Makefile
@@ -19,6 +19,12 @@ USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-patch:
@${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec
@@ -29,4 +35,4 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/fonts/*.bdf ${DATADIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>