diff options
author | silby <silby@FreeBSD.org> | 2004-01-22 06:40:22 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2004-01-22 06:40:22 +0800 |
commit | b8454f1d6ac437e471aa2a60db2c970c7f414e53 (patch) | |
tree | 9f784d2dfffa0cdcd52559655e8bfac2365f14ab /emulators | |
parent | a557e125690c27fd41feccb4c39868d12001af00 (diff) | |
download | freebsd-ports-gnome-b8454f1d6ac437e471aa2a60db2c970c7f414e53.tar.gz freebsd-ports-gnome-b8454f1d6ac437e471aa2a60db2c970c7f414e53.tar.zst freebsd-ports-gnome-b8454f1d6ac437e471aa2a60db2c970c7f414e53.zip |
Bump the port revision to note the vm_page_alloc_contig -> contigalloc
change which is required for 5.x systems.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 74f296ea9700..a4a1f12b9cf2 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware3 PORTVERSION= 3.2.1.2242 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ |