[Midnightbsd-cvs] mports [23424] trunk/graphics/cairo/Makefile: modernize a bit
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 8 08:19:06 EDT 2018
Revision: 23424
http://svnweb.midnightbsd.org/mports/?rev=23424
Author: laffer1
Date: 2018-05-08 08:19:05 -0400 (Tue, 08 May 2018)
Log Message:
-----------
modernize a bit
Modified Paths:
--------------
trunk/graphics/cairo/Makefile
Modified: trunk/graphics/cairo/Makefile
===================================================================
--- trunk/graphics/cairo/Makefile 2018-05-07 22:52:58 UTC (rev 23423)
+++ trunk/graphics/cairo/Makefile 2018-05-08 12:19:05 UTC (rev 23424)
@@ -17,12 +17,12 @@
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libpng.so:${PORTSDIR}/graphics/png \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
+ libpng.so:graphics/png \
+ libfontconfig.so:x11-fonts/fontconfig
GNU_CONFIGURE= yes
-USES+= cpe libtool pathfix pkgconfig
+USES+= cpe gnome libtool pathfix pkgconfig
CPE_VENDOR= cairographics
USE_XORG= pixman xrender xext x11
USE_GNOME= referencehack glib20
@@ -44,8 +44,8 @@
OPTIONS_SUB= yes
OPENGL_USE= gl=gl,egl xorg=glproto:both,dri2proto:both
OPENGL_CONFIGURE_ENABLE=gl egl
-XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
-XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil
+XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil
+XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil
XCB_CONFIGURE_ENABLE= xcb
# this has another option --enable-xlib-xcb=auto but it is buggy.
More information about the Midnightbsd-cvs
mailing list