diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-05 04:57:21 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-05 04:57:21 +0800 |
commit | 48825ea76e4d5628af65586725f06af2fc8bfd9f (patch) | |
tree | fc832ed0901abf777942522ec73298705f4874bc /graphics/gauche-gl | |
parent | 50cfb992496f26c4906c6343eb8ce89a3435f78f (diff) | |
download | freebsd-ports-gnome-48825ea76e4d5628af65586725f06af2fc8bfd9f.tar.gz freebsd-ports-gnome-48825ea76e4d5628af65586725f06af2fc8bfd9f.tar.zst freebsd-ports-gnome-48825ea76e4d5628af65586725f06af2fc8bfd9f.zip |
Mark BROKEN: fails to stage
cd: /wrkdirs/usr/ports/graphics/gauche-gl/work/stage/usr/local/lib/gauche-0.9/site/amd64-portbld-freebsd11.2: No such file or directory
Reported by: pkg-fallout
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index e423096a0a1c..a0edabbbde34 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -15,6 +15,8 @@ COMMENT= OpenGL binding for Gauche LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to stage + BUILD_DEPENDS= gosh:lang/gauche RUN_DEPENDS= gosh:lang/gauche |