diff options
author | mbr <mbr@FreeBSD.org> | 2008-05-16 15:55:44 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2008-05-16 15:55:44 +0800 |
commit | 6cbee9d8e0b5dbfcf1a0a9a6adc7752dae199956 (patch) | |
tree | 8955791f5939db66dee9634b26897db2d594ca4b /emulators/open-vm-tools | |
parent | b80ad6032cb3f054a3d67069bae38b084d4c921b (diff) | |
download | freebsd-ports-gnome-6cbee9d8e0b5dbfcf1a0a9a6adc7752dae199956.tar.gz freebsd-ports-gnome-6cbee9d8e0b5dbfcf1a0a9a6adc7752dae199956.tar.zst freebsd-ports-gnome-6cbee9d8e0b5dbfcf1a0a9a6adc7752dae199956.zip |
Change build to lib dependencies.
Submitted by: Guy Yur <guyyur@gmail.com>
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 4 |
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 |