aboutsummaryrefslogtreecommitdiff
path: root/editors/yzis
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2009-09-11 12:31:04 +0000
committerDima Panov <fluffy@FreeBSD.org>2009-09-11 12:31:04 +0000
commitebfdb0555076b8fe9236776d5a7309fd944e23aa (patch)
treef775706bf9b6e37a839350afaed94ec98f16e00f /editors/yzis
parent11878b9b97f4fc18c5ed8056637301843749ebf0 (diff)
downloadports-ebfdb0555076b8fe9236776d5a7309fd944e23aa.tar.gz
ports-ebfdb0555076b8fe9236776d5a7309fd944e23aa.zip
- Catch up multimedia/phonon removal.
- Use qt4-phonon instead - Bump PORTREVISION Approved by: miwi, tabthorpe (mentors)
Notes
Notes: svn path=/head/; revision=241222
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=""