diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-27 04:40:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-27 04:40:55 +0000 |
commit | 163bff6d0634ed905e7755bec51f7ebfb5cf23e9 (patch) | |
tree | 8e2c5811ccf551eac680a8957e538081829890ea | |
parent | 2650fd669707ad8d505b98cb0bf65832ff7a77a4 (diff) | |
download | ports-163bff6d0634ed905e7755bec51f7ebfb5cf23e9.tar.gz ports-163bff6d0634ed905e7755bec51f7ebfb5cf23e9.zip |
Notes
-rw-r--r-- | multimedia/dvbcut/Makefile | 2 | ||||
-rw-r--r-- | print/cjk-lyx/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile index bc49c9ebdf23..24543ea7f946 100644 --- a/multimedia/dvbcut/Makefile +++ b/multimedia/dvbcut/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel \ ao.3:${PORTSDIR}/audio/libao +BROKEN= Does not build + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index eb75b413de0f..580d9ca54143 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -31,6 +31,8 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost \ qt-mt:${PORTSDIR}/x11-toolkits/qt33 RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf +BROKEN= Does not build + CONFLICTS= lyx-* OPTIONS= ASPELL "Utilize ASPELL library" on \ ISPELL "Depend on ISPELL as well" off |