diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-09 00:55:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-09 00:55:48 +0000 |
commit | 4ac1397e9e6ce3f8a6ea7d461ece9db212fc9483 (patch) | |
tree | 9940a6f7cc2c390c9651e0ced0de687fa53b0764 /textproc/ebook-tools | |
parent | cc4b09fcc1b7aa6d9ea7bf5c49c796475ca734a8 (diff) |
Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
Notes
Notes:
svn path=/head/; revision=229712
Diffstat (limited to 'textproc/ebook-tools')
-rw-r--r-- | textproc/ebook-tools/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index d2fa64b90d03..4f70669c5fc4 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ebook-tools PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= SF @@ -15,13 +16,8 @@ COMMENT= Accessing and converting various ebook file formats LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip -USE_KDE4= kdehier kdeprefix USE_CMAKE= yes -CMAKE_VERBOSE= yes USE_LDCONFIG= yes USE_GNOME= libxml2 pkgconfig -post-extract: - ${MKDIR} ${WRKSRC}/build - .include <bsd.port.mk> |