aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsdaemon
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:17:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:17:17 +0000
commit4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f (patch)
tree0e5780d678d8593e00c1c5baac52a1c19c0a4484 /sysutils/upsdaemon
parent1bd1d8fef110f5bfab3b962211d94c3a02a04708 (diff)
downloadports-4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f.tar.gz
ports-4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f.zip
Notes
Diffstat (limited to 'sysutils/upsdaemon')
-rw-r--r--sysutils/upsdaemon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/upsdaemon/Makefile b/sysutils/upsdaemon/Makefile
index 010069b68d6c..3e003a7c983b 100644
--- a/sysutils/upsdaemon/Makefile
+++ b/sysutils/upsdaemon/Makefile
@@ -22,4 +22,10 @@ USE_RC_SUBR= upsdaemon
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>