diff options
-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> |