diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-19 09:40:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-19 09:40:04 +0800 |
commit | c934487365f2f3f1477d02a18946d6dc7d59c694 (patch) | |
tree | 6194dab3a0776bd64e8e70a89cd1daf931b7d196 /graphics/xglurbules | |
parent | 58f9d944d09d9d924d5a6de3a28b2ce802c32827 (diff) | |
download | freebsd-ports-gnome-c934487365f2f3f1477d02a18946d6dc7d59c694.tar.gz freebsd-ports-gnome-c934487365f2f3f1477d02a18946d6dc7d59c694.tar.zst freebsd-ports-gnome-c934487365f2f3f1477d02a18946d6dc7d59c694.zip |
Remove broken message, maintainer says it has been fixed.
Diffstat (limited to 'graphics/xglurbules')
-rw-r--r-- | graphics/xglurbules/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index 3dfaa5054116..718b00360b90 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -13,12 +13,6 @@ MASTER_SITES= http://www.pepcross.com/glurbules/ MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - MAN1= xglurbules.1 USE_XLIB= yes @@ -26,4 +20,4 @@ USE_X_PREFIX= yes MANCOMPRESSED= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |