aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xc-mail
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-20 06:33:03 +0800
committerkris <kris@FreeBSD.org>2004-03-20 06:33:03 +0800
commitf66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9 (patch)
tree307d7e20abbe27a85bf6d67c2de1c72ffc64f436 /mail/xc-mail
parente561ed8d201c4ba8c757eda1d2f4ededf6a053b6 (diff)
downloadfreebsd-ports-gnome-f66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9.tar.gz
freebsd-ports-gnome-f66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9.tar.zst
freebsd-ports-gnome-f66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9.zip
BROKEN on 5.x: Does not compile
Diffstat (limited to 'mail/xc-mail')
-rw-r--r--mail/xc-mail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile
index 87c12cdde6c7..4c6014622185 100644
--- a/mail/xc-mail/Makefile
+++ b/mail/xc-mail/Makefile
@@ -34,8 +34,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib" \
LIBS="-L${X11BASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502014
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
chown ${BINOWN}:mail ${PREFIX}/bin/xc-mail
chmod g+s ${PREFIX}/bin/xc-mail
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>