aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-10-09 14:02:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-10-09 14:02:36 +0000
commit4894b9c262c504c612384fc2150ce4adc1e6f45f (patch)
treee211b8e7cbb10876d21d5384bad041514d42c124 /net-im
parent2240459cd71c9d7eb0760c42c429141edd531ff7 (diff)
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/papyon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile
index bbccf417735d..8f3bc44baac4 100644
--- a/net-im/papyon/Makefile
+++ b/net-im/papyon/Makefile
@@ -27,4 +27,10 @@ USE_GNOME= pygobject
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not configure on FreeBSD 7.X
+.endif
+
+.include <bsd.port.post.mk>