diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 07:30:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 07:30:53 +0800 |
commit | 50391f825ee5da11b2d89563d375c64a654c29cd (patch) | |
tree | c35e38c1aa04656ce8a9db4e4580f6ecaf2c7324 | |
parent | d7339eb4db5abb6ee66ee80d3c830b7a06f09f87 (diff) | |
download | freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.tar.gz freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.tar.zst freebsd-ports-gnome-50391f825ee5da11b2d89563d375c64a654c29cd.zip |
BROKEN: Size mismatch
-rw-r--r-- | korean/mplayer-fonts/Makefile | 2 | ||||
-rw-r--r-- | print/latex-layouts/Makefile | 2 | ||||
-rw-r--r-- | textproc/csv2latex/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/korean/mplayer-fonts/Makefile b/korean/mplayer-fonts/Makefile index 024863e5cf34..db8c24cd39c7 100644 --- a/korean/mplayer-fonts/Makefile +++ b/korean/mplayer-fonts/Makefile @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${SUBFONT_DISTNAME}.tar.bz2 mplayer-fontmap-euc-kr.tar.bz2 MAINTAINER= perky@FreeBSD.org COMMENT= Korean font pack for the mplayer OSD, SUB and SMI +BROKEN= "Size mismatch" + BUILD_DEPENDS= ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv \ ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 \ ${BAEKMUK_FONTDIR}/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf diff --git a/print/latex-layouts/Makefile b/print/latex-layouts/Makefile index b48037fe978e..5082eac56716 100644 --- a/print/latex-layouts/Makefile +++ b/print/latex-layouts/Makefile @@ -16,6 +16,8 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for the display of layout elements +BROKEN= Size mismatch + BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX BUILD_DEPENDS+= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 603938619d49..3b72a4fc32d1 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org COMMENT= Converts a well formed csv file to a LaTeX document +BROKEN= Size mismatch + USE_GETOPT_LONG= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/csv2latex |