diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-10-02 20:04:41 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2017-10-02 20:04:41 +0000 |
commit | 8ef16115577b4deacd7539d57f36f48f636cb024 (patch) | |
tree | 8d007f784f68ddcc187440805798af79f4952198 /emulators/open-vm-tools | |
parent | 4b552135c84b6eb3c2fdd47456a083d72635c91a (diff) | |
download | ports-8ef16115577b4deacd7539d57f36f48f636cb024.tar.gz ports-8ef16115577b4deacd7539d57f36f48f636cb024.zip |
Notes
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 60f1ab64df21..c607c3f24875 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= emulators @@ -23,8 +23,8 @@ LIB_DEPENDS= libmspack.so:archivers/libmspack \ RELEASE_VER= 10.1.10 BUILD_VER= 6082533 -OPTIONS_DEFINE= DNET ICU LIBNOTIFY OPENSSL X11 -OPTIONS_DEFAULT= DNET ICU LIBNOTIFY OPENSSL X11 +OPTIONS_DEFINE= DNET LIBNOTIFY OPENSSL X11 +OPTIONS_DEFAULT= DNET LIBNOTIFY OPENSSL X11 OPTIONS_SUB= @@ -39,8 +39,6 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify DNET_CONFIGURE_WITH= dnet DNET_LIB_DEPENDS= libdnet.so:net/libdnet -ICU_CONFIGURE_WITH= icu -ICU_LIB_DEPENDS= libicuuc.so:devel/icu OPENSSL_CONFIGURE_WITH= ssl WRKSRC_SUBDIR= open-vm-tools @@ -57,7 +55,7 @@ CPPFLAGS+= -Wno-deprecated-declarations SSP_UNSAFE= kernel module does not support ssp -CONFIGURE_ARGS+= --disable-grabbitmqproxy \ +CONFIGURE_ARGS+= --disable-grabbitmqproxy --without-icu \ --disable-vgauth --without-procps \ --sysconfdir=${PREFIX}/etc |