diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:12:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:12:38 +0000 |
commit | 3c6b6ea1186c39590b5be55305b3fd55acd490b0 (patch) | |
tree | 13ceba81e9da133a73a1652075d94f0040d08811 /deskutils/xrolo | |
parent | 5d3f83a587900ea01a8e2b8fa046656203b54c8c (diff) | |
download | ports-3c6b6ea1186c39590b5be55305b3fd55acd490b0.tar.gz ports-3c6b6ea1186c39590b5be55305b3fd55acd490b0.zip |
Notes
Diffstat (limited to 'deskutils/xrolo')
-rw-r--r-- | deskutils/xrolo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile index 9f464a8a0597..fdb22c1a376a 100644 --- a/deskutils/xrolo/Makefile +++ b/deskutils/xrolo/Makefile @@ -28,10 +28,4 @@ USE_IMAKE= yes MAN1= xrolo.1 PLIST_FILES= bin/xrolo -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 504100 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |