diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-17 22:14:16 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-17 22:14:16 +0800 |
commit | 99cfa27de1948ceb119bafeb54ce092363c71009 (patch) | |
tree | 27a2d04f06d0a6d29dddabfe1bbc71aba31c081a /audio/timemachine/Makefile | |
parent | c6ae39619fd1f34c9040191cdcc1c5b51c009c0e (diff) | |
download | freebsd-ports-gnome-99cfa27de1948ceb119bafeb54ce092363c71009.tar.gz freebsd-ports-gnome-99cfa27de1948ceb119bafeb54ce092363c71009.tar.zst freebsd-ports-gnome-99cfa27de1948ceb119bafeb54ce092363c71009.zip |
Remove workarounds for FreeBSD 4.
PR: ports/111691
Submitted by: edwin
Approved by: miwi (mentor)
Diffstat (limited to 'audio/timemachine/Makefile')
-rw-r--r-- | audio/timemachine/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile index 7ff32a6ab67a..70d233cf4179 100644 --- a/audio/timemachine/Makefile +++ b/audio/timemachine/Makefile @@ -26,8 +26,4 @@ USE_GNOME= gtk20 LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .include <bsd.port.post.mk> |