diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-21 13:14:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-21 13:14:02 +0000 |
commit | ed4f9411de6026a3b60201af8fab0ba50db224cb (patch) | |
tree | 7dca9de72996671592878fdd1a1b098b1b42aaae /emulators | |
parent | 59ae59eca813a1c825dec5e076b8401733c2efae (diff) | |
download | ports-ed4f9411de6026a3b60201af8fab0ba50db224cb.tar.gz ports-ed4f9411de6026a3b60201af8fab0ba50db224cb.zip |
Notes
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 196a8fcc8c05..793d3cba4b14 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -41,7 +41,7 @@ ICU_CONFIGURE_WITH= icu ICU_LIB_DEPENDS= libicuuc.so:devel/icu OPENSSL_CONFIGURE_WITH= ssl -WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${RELEASE_VER}/open-vm-tools/ +WRKSRC_SUBDIR= open-vm-tools GNU_CONFIGURE= yes USE_GNOME= glib20 |