diff options
author | fluffy <fluffy@FreeBSD.org> | 2009-09-11 20:31:04 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2009-09-11 20:31:04 +0800 |
commit | 3f989b83d6bc259ef7fee624c8cc7273ccc6bf40 (patch) | |
tree | 60e45cf5d911fa1be88eaba8cf302926bdfbd8c6 /editors/yzis | |
parent | f878b25eacfa5a765f7e154d938754a2b2acd911 (diff) | |
download | freebsd-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/Makefile | 4 |
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="" |