[Midnightbsd-cvs] mports [21660] trunk/emulators/open-vm-tools/Makefile: fix more

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 14 23:30:50 EDT 2016


Revision: 21660
          http://svnweb.midnightbsd.org/mports/?rev=21660
Author:   laffer1
Date:     2016-08-14 23:30:50 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
fix more

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:29:49 UTC (rev 21659)
+++ trunk/emulators/open-vm-tools/Makefile	2016-08-15 03:30:50 UTC (rev 21660)
@@ -32,9 +32,9 @@
 X11_USE=		xorg=x11,ice,sm,xext,xineramaproto,xinerama,xrandr,xrender,xtst \
 			gnome=gtk20,gtkmm24
 X11_USES=		fuse
-LIBNOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
+LIBNOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
 UNITY_CONFIGURE_ENV=	CUSTOM_URIPARSER_CPPFLAGS="-I${LOCALBASE}/include/uriparser"
-UNITY_LIB_DEPENDS=	liburiparser.so:net/uriparser
+UNITY_LIB_DEPENDS=	liburiparser.so:${PORTSDIR}/net/uriparser
 UNITY_CONFIGURE_ENABLE=	unity
 DNET_CONFIGURE_WITH=	dnet
 DNET_LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/libdnet



More information about the Midnightbsd-cvs mailing list