aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnote
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-07-11 21:58:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-07-11 21:58:18 +0000
commit261027a2faa209efcfe01e4aa9f8ff7404089b51 (patch)
tree5ac912fae29ff1d79e34aa05556422f97add783d /deskutils/gnote
parentc450942ce74a5aaf09a432e4ed8f3a6f7fe3075e (diff)
downloadports-261027a2faa209efcfe01e4aa9f8ff7404089b51.tar.gz
ports-261027a2faa209efcfe01e4aa9f8ff7404089b51.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=257648
Diffstat (limited to 'deskutils/gnote')
-rw-r--r--deskutils/gnote/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 2a86586daa35..d4f674488131 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -47,6 +47,12 @@ PLIST_SUB+= APPLET="@comment "
PLIST_SUB+= VERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \
${WRKSRC}/configure
@@ -59,4 +65,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>