summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2008-05-16 07:55:44 +0000
committerMartin Blapp <mbr@FreeBSD.org>2008-05-16 07:55:44 +0000
commit85b544ed0cd1e4294ccaff33d4a84bf1f69c2c19 (patch)
tree4ee1b3408186de349594ebdbc0e93162a251e5e9 /emulators/open-vm-tools
parent- Update to 1.4.9 (diff)
Change build to lib dependencies.
Submitted by: Guy Yur <guyyur@gmail.com>
Notes
Notes: svn path=/head/; revision=213111
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index e2904bba9749..cb699fca163b 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -37,13 +37,13 @@ CONFLICTS= vmware-guestd* vmware-tools*
.if defined(WITHOUT_DNET)
CONFIGURE_ARGS+= --without-dnet
.else
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.so:${PORTSDIR}/net/libdnet
+LIB_DEPENDS+= dnet:${PORTSDIR}/net/libdnet
.endif
.if defined(WITHOUT_ICU)
CONFIGURE_ARGS+= --without-icu
.else
-BUILD_DEPENDS= ${LOCALBASE}/lib/libicuuc.so:${PORTSDIR}/devel/icu
+LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu
.endif
USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh