diff options
author | markus <markus@FreeBSD.org> | 2006-04-03 18:58:51 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-04-03 18:58:51 +0800 |
commit | 342e8e57682c8fe8559ad387b9d586146a6e4629 (patch) | |
tree | 14104d026d914c6e9476d4309e042d8b7c9a8158 /misc/tellico/Makefile | |
parent | 593c87fb1c4e4d036f194f58eea69be49774d3e8 (diff) | |
download | freebsd-ports-graphics-342e8e57682c8fe8559ad387b9d586146a6e4629.tar.gz freebsd-ports-graphics-342e8e57682c8fe8559ad387b9d586146a6e4629.tar.zst freebsd-ports-graphics-342e8e57682c8fe8559ad387b9d586146a6e4629.zip |
- Update to version 1.1.4
- Disable the new cd-text feature for now until I have time to port it
- Don't quote BROKEN message
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r-- | misc/tellico/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index dcb17beefb6..0926acd1a0e 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tellico -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.4 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ @@ -16,12 +16,11 @@ COMMENT= Collection manager for KDE LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ yaz.2:${PORTSDIR}/net/yaz -EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure - USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes + +CONFIGURE_ARGS+= --disable-cdtext OPTIONS= CDDB "CDDB support" on \ KCAL "KOrganizer support" on \ @@ -31,7 +30,7 @@ OPTIONS= CDDB "CDDB support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif .if defined(WITHOUT_CDDB) |