aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xrolo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-08-31 03:09:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-08-31 03:09:42 +0000
commit29bbf61b5950a8735f3287e47983bf6d55d93d51 (patch)
tree803acad8703fad7ba7b983ed4909bc2e94d408b6 /deskutils/xrolo
parent05a4d91243ca79b4dac257460d2bf2f656faae94 (diff)
downloadports-29bbf61b5950a8735f3287e47983bf6d55d93d51.tar.gz
ports-29bbf61b5950a8735f3287e47983bf6d55d93d51.zip
Notes
Diffstat (limited to 'deskutils/xrolo')
-rw-r--r--deskutils/xrolo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile
index b6196e15cf4e..b81a4bb62b6c 100644
--- a/deskutils/xrolo/Makefile
+++ b/deskutils/xrolo/Makefile
@@ -28,4 +28,10 @@ USE_IMAKE= yes
MAN1= xrolo.1
PLIST_FILES= bin/xrolo
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 504100
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>