diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:21:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:21:43 +0000 |
commit | 175d995b80ef903755873b1d38202488d2ee0aa6 (patch) | |
tree | d321e3487b3b81a01b9a73603621f9839cab7e51 /emulators | |
parent | ccd59f151610bf9d2f543eddfcf93356bb475281 (diff) | |
download | freebsd-ports-175d995b80ef903755873b1d38202488d2ee0aa6.zip |
Mark BROKEN: Fails to build
===> Building for mupen64plus-video-z64-2.0_1
CC _obj/osal_dynamiclib_unix.o
CXX _obj/rgl.o
In file included from ../../src/rgl.cpp:80:
../../src/rgl.h:29:18: error: glew.h: No such file or directory
...
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-video-z64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index 31476c66c006..6912a2af929e 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -6,6 +6,8 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi COMMENT= Low-level RDP plugin for the Mupen64Plus +BROKEN= Fails to build + LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core USE_GL= gl glu glew |