diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-20 16:54:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-20 16:54:30 +0000 |
commit | eaf0703cea2ce4076c5ee15ef90f0496313d4dc0 (patch) | |
tree | b81e84b3c947527003b7f0323d9b0b3a33361feb | |
parent | editors/emacs: Use OPTION helper to conditionally add to PLIST_FILES (diff) |
Comment out pipelight for now to unbreak INDEX and bulk -a
Notes
Notes:
svn path=/head/; revision=462413
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 4f62e7b15c70..32a21cd2ce64 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -108,7 +108,7 @@ SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc - SUBDIR += pipelight +# SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 |