diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 12:18:23 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 12:18:23 +0800 |
commit | 3e09b79371b09fbae73ee9b072fc66e363f34373 (patch) | |
tree | 2437e02a393a12f58333e2b45e83f3470e2ec406 | |
parent | 162bab16b529fc0e4e1cc9b973c1a7ecbab0635e (diff) | |
download | freebsd-ports-gnome-3e09b79371b09fbae73ee9b072fc66e363f34373.tar.gz freebsd-ports-gnome-3e09b79371b09fbae73ee9b072fc66e363f34373.tar.zst freebsd-ports-gnome-3e09b79371b09fbae73ee9b072fc66e363f34373.zip |
- Fix INDEX
Reported by: portsnap mail
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2decc88fe68a..ff052fd81dbe 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -98,7 +98,6 @@ SUBDIR += mupen64 SUBDIR += mupen64-base SUBDIR += mupen64-dummyaudio - SUBDIR += mupen64-dummyvideo SUBDIR += mupen64-glide SUBDIR += mupen64-gln64 SUBDIR += mupen64-input @@ -112,6 +111,7 @@ SUBDIR += mupen64plus SUBDIR += mupen64plus-base SUBDIR += mupen64plus-dummyaudio + SUBDIR += mupen64plus-dummyvideo SUBDIR += mupen64plus-glide SUBDIR += mupen64plus-gln64 SUBDIR += mupen64plus-input |