aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2018-10-30 19:17:34 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2018-10-30 19:17:34 +0000
commitb10728b835b28455414a5031e3d48daab121a1d2 (patch)
treea34bbc5d5bb8143bd257a939bc1999eb63b74dd8 /emulators
parentb4dc5f9aea9aca542e39a2631d72e882e0c7c97b (diff)
downloadports-b10728b835b28455414a5031e3d48daab121a1d2.tar.gz
ports-b10728b835b28455414a5031e3d48daab121a1d2.zip
Remove DNET option and hardwire the libdnet dependency
It hasn't actually been optional for a very long time. PR: 231872 Reported by: Olli Hauer
Notes
Notes: svn path=/head/; revision=483517
Diffstat (limited to 'emulators')
-rw-r--r--emulators/open-vm-tools/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 755bbb2cdc0b..4368be4115b0 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER}
+PORTREVISION= 1
DISTVERSIONPREFIX= stable-
PORTEPOCH= 2
CATEGORIES= emulators
@@ -15,17 +16,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
-LIB_DEPENDS= libmspack.so:archivers/libmspack
+LIB_DEPENDS= libmspack.so:archivers/libmspack \
+ libdnet.so:net/libdnet
RELEASE_VER= 10.3.0
BUILD_VER= 8931395
-OPTIONS_DEFINE= DNET LIBNOTIFY OPENSSL X11
-OPTIONS_DEFAULT= DNET LIBNOTIFY OPENSSL X11
+OPTIONS_DEFINE= LIBNOTIFY OPENSSL X11
+OPTIONS_DEFAULT= LIBNOTIFY OPENSSL X11
OPTIONS_SUB=
-DNET_DESC= libdnet support
LIBNOTIFY_DESC= Desktop notification support
X11_CONFIGURE_WITH= x gtk2 gtkmm
@@ -34,8 +35,6 @@ X11_USE= xorg=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst \
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
-DNET_CONFIGURE_WITH= dnet
-DNET_LIB_DEPENDS= libdnet.so:net/libdnet
OPENSSL_CONFIGURE_WITH= ssl
WRKSRC_SUBDIR= open-vm-tools