[Midnightbsd-cvs] mports [24326] trunk/x11/slim/Makefile: fixup depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 13 20:16:08 EDT 2018


Revision: 24326
          http://svnweb.midnightbsd.org/mports/?rev=24326
Author:   laffer1
Date:     2018-09-13 20:16:07 -0400 (Thu, 13 Sep 2018)
Log Message:
-----------
fixup depends

Modified Paths:
--------------
    trunk/x11/slim/Makefile

Modified: trunk/x11/slim/Makefile
===================================================================
--- trunk/x11/slim/Makefile	2018-09-13 20:34:39 UTC (rev 24325)
+++ trunk/x11/slim/Makefile	2018-09-14 00:16:07 UTC (rev 24326)
@@ -12,11 +12,11 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus \
-		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
-		libpng.so:${PORTSDIR}/graphics/png \
-		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc
+LIB_DEPENDS=	libdbus-1.so:devel/dbus \
+		libpng.so:graphics/png \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		cmake jpeg pkgconfig
 USE_XORG=	ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrandr \



More information about the Midnightbsd-cvs mailing list