diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:52:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:52:26 +0800 |
commit | 8e01567613695ec180777036fc03db52b0459e1c (patch) | |
tree | f7093d1b996b1302d84840a5e1946504d29e349a /audio/festalon | |
parent | a98cf7a6926461b485aa295420f1f99bb16021c1 (diff) | |
download | freebsd-ports-gnome-8e01567613695ec180777036fc03db52b0459e1c.tar.gz freebsd-ports-gnome-8e01567613695ec180777036fc03db52b0459e1c.tar.zst freebsd-ports-gnome-8e01567613695ec180777036fc03db52b0459e1c.zip |
Cleanup non-supported FreeBSD versions
PR: 111654
Submitted by: edwin
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index fe90ef867000..4879b5d5aa8b 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -28,10 +28,6 @@ ONLY_FOR_ARCHS= i386 ppc .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - .if ${PKGNAMEPREFIX} == "" USE_SDL= yes |