diff options
author | Renato Botelho <garga@FreeBSD.org> | 2023-07-20 21:47:10 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2023-07-20 21:48:43 -0300 |
commit | 9c700b63d18c67ed6a72fa8a8d781649f1b0aac7 (patch) | |
tree | 935dda99d988234b5328260e08966457fd802075 /emulators/open-vm-tools | |
parent | graphics/librsvg2-rust: update to 2.56.3 (diff) |
emulators/open-vm-tools: Remove --enable-deploypkg
DeployPkg is conditional to an OPTION added recently. I forgot this
parameter on CONFIGURE_ARGS from the time I was testing it.
Reported by: vangyzen
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 436a464e4965..b78bfdf5ce15 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= open-vm-tools PORTVERSION= 12.2.5 DISTVERSIONPREFIX= stable- -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= emulators @@ -34,7 +34,6 @@ USE_RC_SUBR= vmware-guestd vmware-kmod GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-vgauth \ --enable-containerinfo=no \ - --enable-deploypkg \ --sysconfdir=${PREFIX}/etc \ --without-icu CONFIGURE_ENV+= SYSDIR=${SRC_BASE}/sys |