diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 23:35:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 23:35:51 +0000 |
commit | 145dc84662b5aa97dec7f9eb96b83b1cc504986d (patch) | |
tree | a870e30afa2674ae4dea3304a85cf69fe35af3f6 /emulators/linux-ePSXe | |
parent | 73bef6a52c0a053996c25a207b710d0ef3714cdf (diff) | |
download | ports-145dc84662b5aa97dec7f9eb96b83b1cc504986d.tar.gz ports-145dc84662b5aa97dec7f9eb96b83b1cc504986d.zip |
Notes
Diffstat (limited to 'emulators/linux-ePSXe')
-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 |