diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 19:20:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 19:20:32 +0800 |
commit | 0355a2ca52b9916afb1464c84b50e2015d4dc91a (patch) | |
tree | ba491470dd5008bf1bc49ad24c85f6eb4bdb8a4e /audio/kid3 | |
parent | 5a75bf10c33244a54509e6a46ec09e12abc635ec (diff) | |
download | freebsd-ports-gnome-0355a2ca52b9916afb1464c84b50e2015d4dc91a.tar.gz freebsd-ports-gnome-0355a2ca52b9916afb1464c84b50e2015d4dc91a.tar.zst freebsd-ports-gnome-0355a2ca52b9916afb1464c84b50e2015d4dc91a.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111665
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: makc <makc@issp.ac.ru>
Diffstat (limited to 'audio/kid3')
-rw-r--r-- | audio/kid3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 8648ae67313d..d471048a2bfe 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -27,10 +27,4 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |