diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-21 21:21:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-21 21:21:04 +0800 |
commit | fc39409b96e1c49f3424377c42c88367ea1ad016 (patch) | |
tree | 8ca265fd86a85ec42e228ea09e9ba5fcee43954d /cad/repsnapper | |
parent | 239d7fd8c18157a4b20108103d1ebf5d843a2163 (diff) | |
download | freebsd-ports-graphics-fc39409b96e1c49f3424377c42c88367ea1ad016.tar.gz freebsd-ports-graphics-fc39409b96e1c49f3424377c42c88367ea1ad016.tar.zst freebsd-ports-graphics-fc39409b96e1c49f3424377c42c88367ea1ad016.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'cad/repsnapper')
-rw-r--r-- | cad/repsnapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 051f70c69c1..b64483b1ec4 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -16,11 +16,11 @@ COMMENT= Controller and GCode generator for RepRap 3D printers LICENSE= GPLv2 BSD3CLAUSE MIT LICENSE_COMB= multi -BROKEN= fails to build - LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libzip.so:archivers/libzip \ +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + USES= autoreconf gmake libtool perl5 pkgconfig USE_GNOME= gtkmm24 intltool libxml++26 USE_GL= gl |