aboutsummaryrefslogtreecommitdiff
path: root/misc/tellico/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2006-04-03 10:58:51 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2006-04-03 10:58:51 +0000
commit9be999d5a2c6a922983a056a3eb29a7272ed0848 (patch)
treeab4d49ea0893c874529c57c196a159e042ab6453 /misc/tellico/Makefile
parent4336a18e1d8ba9ff51bdc8ec6b580a492ccc7666 (diff)
downloadports-9be999d5a2c6a922983a056a3eb29a7272ed0848.tar.gz
ports-9be999d5a2c6a922983a056a3eb29a7272ed0848.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
Notes
Notes: svn path=/head/; revision=158718
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r--misc/tellico/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index dcb17beefb6c..0926acd1a0e0 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)