svn commit: r356429 - head/irc/epic5
Martin Wilke
miwi at FreeBSD.org
Wed Jun 4 05:57:22 UTC 2014
Author: miwi
Date: Wed Jun 4 05:57:21 2014
New Revision: 356429
URL: http://svnweb.freebsd.org/changeset/ports/356429
QAT: https://qat.redports.org/buildarchive/r356429/
Log:
- Mark IGNORE < 9.1
PR: 190596
Modified:
head/irc/epic5/Makefile
Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile Wed Jun 4 04:02:39 2014 (r356428)
+++ head/irc/epic5/Makefile Wed Jun 4 05:57:21 2014 (r356429)
@@ -71,4 +71,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 901000
+IGNORE= requires xlocale support for compilation
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list