diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-09-11 12:31:04 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-09-11 12:31:04 +0000 |
commit | ebfdb0555076b8fe9236776d5a7309fd944e23aa (patch) | |
tree | f775706bf9b6e37a839350afaed94ec98f16e00f /editors | |
parent | 11878b9b97f4fc18c5ed8056637301843749ebf0 (diff) |
Notes
Diffstat (limited to 'editors')
-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="" |