diff options
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r-- | misc/tellico/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index e504c179ee3c..c696a30fedf3 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tellico -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ @@ -30,10 +30,6 @@ OPTIONS= CDDB "CDDB support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - .if defined(WITHOUT_CDDB) CONFIGURE_ARGS+=--disable-libkcddb .else |