[Midnightbsd-cvs] mports [21659] trunk/emulators/open-vm-tools/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 14 23:29:49 EDT 2016
Revision: 21659
http://svnweb.midnightbsd.org/mports/?rev=21659
Author: laffer1
Date: 2016-08-14 23:29:49 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/emulators/open-vm-tools/Makefile
Modified: trunk/emulators/open-vm-tools/Makefile
===================================================================
--- trunk/emulators/open-vm-tools/Makefile 2016-08-15 03:28:22 UTC (rev 21658)
+++ trunk/emulators/open-vm-tools/Makefile 2016-08-15 03:29:49 UTC (rev 21659)
@@ -37,9 +37,9 @@
UNITY_LIB_DEPENDS= liburiparser.so:net/uriparser
UNITY_CONFIGURE_ENABLE= unity
DNET_CONFIGURE_WITH= dnet
-DNET_LIB_DEPENDS= libdnet.so:net/libdnet
+DNET_LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet
ICU_CONFIGURE_WITH= icu
-ICU_LIB_DEPENDS= libicuuc.so:devel/icu
+ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
GNU_CONFIGURE= yes
More information about the Midnightbsd-cvs
mailing list