diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:09:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:09:42 +0000 |
commit | 29bbf61b5950a8735f3287e47983bf6d55d93d51 (patch) | |
tree | 803acad8703fad7ba7b983ed4909bc2e94d408b6 /deskutils/xrolo | |
parent | 05a4d91243ca79b4dac257460d2bf2f656faae94 (diff) | |
download | ports-29bbf61b5950a8735f3287e47983bf6d55d93d51.tar.gz ports-29bbf61b5950a8735f3287e47983bf6d55d93d51.zip |
Notes
Diffstat (limited to 'deskutils/xrolo')
-rw-r--r-- | deskutils/xrolo/Makefile | 8 |
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> |