diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 02:46:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 02:46:53 +0800 |
commit | 478b91a3501b2386302f44aa2031b4d9cbc67b5c (patch) | |
tree | 5419db4853700eeca0cb2a2668b3fa9f7d61e358 /emulators | |
parent | 0e802137f98f6e90fdd02cd79ca57e8b06977629 (diff) | |
download | freebsd-ports-graphics-478b91a3501b2386302f44aa2031b4d9cbc67b5c.tar.gz freebsd-ports-graphics-478b91a3501b2386302f44aa2031b4d9cbc67b5c.tar.zst freebsd-ports-graphics-478b91a3501b2386302f44aa2031b4d9cbc67b5c.zip |
BROKEN: Conflicting dependencies (linux_base 7.x and 8.x)
Approved by: portmgr (self)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-mupen64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux-mupen64/Makefile b/emulators/linux-mupen64/Makefile index 5ecb0058d36..bd53b950437 100644 --- a/emulators/linux-mupen64/Makefile +++ b/emulators/linux-mupen64/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +BROKEN= Conflicting dependencies (linux-base 7.x and 8.x) + USE_BZIP2= yes USE_REINPLACE= yes |