diff options
author | cperciva <cperciva@FreeBSD.org> | 2013-06-05 08:28:31 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2013-06-05 08:28:31 +0800 |
commit | e9fe5e2ee59c45528ceb3dd17fce9b3092cabe3f (patch) | |
tree | df4afe5cd238b970fb5405be9706a642a7753e60 /emulators | |
parent | 43be410b69374442ac2750aba4edbc25aab72400 (diff) | |
download | freebsd-ports-gnome-e9fe5e2ee59c45528ceb3dd17fce9b3092cabe3f.tar.gz freebsd-ports-gnome-e9fe5e2ee59c45528ceb3dd17fce9b3092cabe3f.tar.zst freebsd-ports-gnome-e9fe5e2ee59c45528ceb3dd17fce9b3092cabe3f.zip |
Unhook emulators/linux-xjoypad from emulators/Makefile, as it depends on
devel/linux-js which was removed a couple hours ago. I'm guessing this
will be resolved by removing emulators/linux-xjoypad but I'll leave that
for someone else to decide -- all I'm trying to do right now is fix INDEX.
Pointyhat to: bapt
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index a8a3bb3ad0f8..ccc431eddc91 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -78,7 +78,6 @@ SUBDIR += linux-pete-mesagpu SUBDIR += linux-pete-xgl2gpu SUBDIR += linux-systemsimcell - SUBDIR += linux-xjoypad SUBDIR += linux_base-c6 SUBDIR += linux_base-f10 SUBDIR += linux_base-gentoo-stage3 |