diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
commit | a011d2cc5d45dac4bcdde10619033caec8dd2364 (patch) | |
tree | ab790e123ed3d0f3a02ac1007456f92dbf3e866a /emulators | |
parent | b50d1a90075ff178fe0186eafac259f00535d6d7 (diff) | |
download | freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.gz freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.zst freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.zip |
- Fix cases where 2 USES= were used
With hat: portmgr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index c03b2729569a..a2caf938d450 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -51,7 +51,7 @@ CONFLICTS= open-vm-tools-nox11-[0-9]* .endif .if !defined(WITHOUT_FUSE) -USES= fuse +USES+= fuse PLIST_SUB+= FUSE="" .else PLIST_SUB+= FUSE="@comment " |