aboutsummaryrefslogtreecommitdiffstats
path: root/editors/yzis
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2009-09-11 20:31:04 +0800
committerfluffy <fluffy@FreeBSD.org>2009-09-11 20:31:04 +0800
commit3f989b83d6bc259ef7fee624c8cc7273ccc6bf40 (patch)
tree60e45cf5d911fa1be88eaba8cf302926bdfbd8c6 /editors/yzis
parentf878b25eacfa5a765f7e154d938754a2b2acd911 (diff)
downloadfreebsd-ports-gnome-3f989b83d6bc259ef7fee624c8cc7273ccc6bf40.tar.gz
freebsd-ports-gnome-3f989b83d6bc259ef7fee624c8cc7273ccc6bf40.tar.zst
freebsd-ports-gnome-3f989b83d6bc259ef7fee624c8cc7273ccc6bf40.zip
- Catch up multimedia/phonon removal.
- Use qt4-phonon instead - Bump PORTREVISION Approved by: miwi, tabthorpe (mentors)
Diffstat (limited to 'editors/yzis')
-rw-r--r--editors/yzis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile
index 8415d4fb5492..08e52c141796 100644
--- a/editors/yzis/Makefile
+++ b/editors/yzis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= yzis
PORTVERSION= 1.0.a.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \
http://contribs.martymac.com/FreeBSD-ports/distfiles/
@@ -44,6 +44,7 @@ OPTIONS= KYZIS "Build Kyzis and Yzis kpart" off \
.if defined(WITH_KYZIS)
USE_KDE4= kdehier kdeprefix kdelibs automoc4
+QT_COMPONENTS+= phonon
.endif
.include <bsd.port.pre.mk>
@@ -58,7 +59,6 @@ PLIST_SUB+= PL_NYZIS="@comment "
.endif
.if defined(WITH_KYZIS)
-LIB_DEPENDS+= phonon.4:${PORTSDIR}/multimedia/phonon
CMAKE_ARGS+= -DENABLE_KYZIS:BOOL=ON \
-DENABLE_KPART_YZIS:BOOL=ON
PLIST_SUB+= PL_KYZIS=""