diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-01 06:45:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-01 06:45:44 +0000 |
commit | 34109abacd2902e07e472902afd632e0d49370e8 (patch) | |
tree | 7d24563f94af3dc4e378630381445979e21da982 | |
parent | 34569a1d4a0becf512f3a035b4d1801429e70e94 (diff) | |
download | freebsd-ports-34109abacd2902e07e472902afd632e0d49370e8.zip |
Mark BROKEN: fails to build
AppController.m:9:10: fatal error: 'GL/glu.h' file not found
#include <GL/glu.h>
Reported by: pkg-fallout
-rw-r--r-- | misc/gnustep-examples/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 71d7731b5b18..dd3cdb0152a0 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -12,6 +12,8 @@ COMMENT= GNUstep example applications LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + USES= gnustep USE_GNUSTEP= back build |