diff options
author | kris <kris@FreeBSD.org> | 2005-11-16 12:37:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-16 12:37:44 +0800 |
commit | a1efe9bb91c0657772b3e1a0274870ee275b880c (patch) | |
tree | 6ac9a20ff90ff23aa5b49da2c7ca4d5a82a71081 /graphics | |
parent | 83137d1423e92bbdae07e57825cc99b9f2e85e14 (diff) | |
download | freebsd-ports-gnome-a1efe9bb91c0657772b3e1a0274870ee275b880c.tar.gz freebsd-ports-gnome-a1efe9bb91c0657772b3e1a0274870ee275b880c.tar.zst freebsd-ports-gnome-a1efe9bb91c0657772b3e1a0274870ee275b880c.zip |
BROKEN: Size mismatch
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
-rw-r--r-- | graphics/guilib/Makefile | 2 | ||||
-rw-r--r-- | graphics/robot/Makefile | 2 | ||||
-rw-r--r-- | graphics/svg2swf/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 69f932e28a79..9cc0b1b89f06 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -18,6 +18,8 @@ COMMENT= The EZ Widget and Graphics Library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png +BROKEN= Size mismatch + USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 3452b85498db..fe5679f0707e 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -15,6 +15,8 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A very simple GUI framework for use with SDL +BROKEN= Size mismatch + USE_SDL= sdl USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 58680ee0d86f..259684672d80 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -18,6 +18,8 @@ COMMENT= Graph plotting and data analysis program using OpenLook BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +BROKEN= Size mismatch + USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index 84a0415b8fc7..0eac72b87ba8 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -19,6 +19,8 @@ COMMENT= Convert an SVG file into a Macromedia Flash (swf) file RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming +BROKEN= Size mismatch + PLIST_FILES= bin/svg2swf USE_REINPLACE= yes USE_PYTHON= yes |