diff options
author | vd <vd@FreeBSD.org> | 2006-12-05 00:28:35 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-12-05 00:28:35 +0800 |
commit | 8ed49a3d0aa4aa6d35ec8ff3508a17fcf55edf3c (patch) | |
tree | daf14a87a810be8e2b4ef720e495210e5601ed91 /emulators/Makefile | |
parent | a79d4d481a10bf67610515baa4187fee9ff8919f (diff) | |
download | freebsd-ports-gnome-8ed49a3d0aa4aa6d35ec8ff3508a17fcf55edf3c.tar.gz freebsd-ports-gnome-8ed49a3d0aa4aa6d35ec8ff3508a17fcf55edf3c.tar.zst freebsd-ports-gnome-8ed49a3d0aa4aa6d35ec8ff3508a17fcf55edf3c.zip |
Resurrect emulators/basiliskII and emulators/vmware-tools2 since there are
PRs with fixes for them: ports/105758 and ports/104594 respectively.
Noticed by: pav
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9da435fbcce4..8109de1df02f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -6,6 +6,7 @@ SUBDIR += adamem SUBDIR += aftp SUBDIR += atari800 + SUBDIR += basiliskII SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc @@ -133,6 +134,7 @@ SUBDIR += vmware-guestd3 SUBDIR += vmware-guestd4 SUBDIR += vmware-guestd5 + SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware-tools4 SUBDIR += vmware-tools5 |