diff options
Diffstat (limited to 'devel/hwloc/Makefile')
-rw-r--r-- | devel/hwloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 9e03bd3cfad1..3104f0fb0a89 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -12,7 +12,7 @@ COMMENT= Portable Hardware Locality software package LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess +LIB_DEPENDS= libpciaccess.so:devel/libpciaccess GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ @@ -35,7 +35,7 @@ OPTIONS_SUB= yes CAIRO_CONFIGURE_OFF= --disable-cairo --without-x CAIRO_CONFIGURE_ON= --enable-cairo --with-x -CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo +CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_USE= XORG=x11 post-install: |