diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-ePSXe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 359762e39a1e..503ce13c50cf 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -24,6 +24,9 @@ USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes +BROKEN= "Inconsistent dependencies" +DEPRECATED= "This port will be removed on April 16 if it is still broken at that time." + ONLY_FOR_ARCHS= i386 # Linux binary should not be stripped by INSTALL_PROGRAM |