summaryrefslogtreecommitdiff
path: root/textproc/latte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
commit7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch)
tree2b79da66f460b2ce052979250e49c8865277ad58 /textproc/latte
parentBROKEN: Conflicting dependencies (linux_base 7.x and 8.x) (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118258
Diffstat (limited to 'textproc/latte')
-rw-r--r--textproc/latte/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile
index c95fac3eb2ab..62a9d7d965fb 100644
--- a/textproc/latte/Makefile
+++ b/textproc/latte/Makefile
@@ -29,6 +29,13 @@ INFO= latte liblatte
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
LDFLAGS= -L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+
+.endif
+
post-extract:
-@${RM} ${WRKSRC}/getopt*
@@ -42,4 +49,4 @@ post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>