diff options
Diffstat (limited to 'databases/sfcgal/Makefile')
-rw-r--r-- | databases/sfcgal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index eedf8bf3fcaa..d7850b1a7f95 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -12,10 +12,10 @@ COMMENT= Wrapper library around CGAL for PostGIS LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \ - libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libgmp.so:${PORTSDIR}/math/gmp \ - libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libCGAL.so:math/cgal \ + libboost_system.so:devel/boost-libs \ + libgmp.so:math/gmp \ + libmpfr.so:math/mpfr USE_GITHUB= yes GH_ACCOUNT= Oslandia |