diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-07 12:06:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-07 12:06:17 +0800 |
commit | bf6b477c9532e17ef8749c98db00f7ac17be2d4e (patch) | |
tree | d6820d8410a863f4b4cab9ad35dba5346c38eb98 | |
parent | ddeef9038b9505bf6f453eeba0d639cb3953e322 (diff) | |
download | freebsd-ports-gnome-bf6b477c9532e17ef8749c98db00f7ac17be2d4e.tar.gz freebsd-ports-gnome-bf6b477c9532e17ef8749c98db00f7ac17be2d4e.tar.zst freebsd-ports-gnome-bf6b477c9532e17ef8749c98db00f7ac17be2d4e.zip |
Per email from maintainer, this broken port should be removed in favor
of the native version that we now have. Set fairly quick expiration.
-rw-r--r-- | emulators/linux-mupen64/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux-mupen64/Makefile b/emulators/linux-mupen64/Makefile index bd53b9504377..bbb55df06233 100644 --- a/emulators/linux-mupen64/Makefile +++ b/emulators/linux-mupen64/Makefile @@ -23,7 +23,9 @@ 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) +BROKEN= "Conflicting dependencies (linux-base 7.x and 8.x)" +DEPRECATED= supplanted by native version in emulators/mupen64 +EXPIRATION_DATE=2004-12-06 USE_BZIP2= yes |