diff options
Diffstat (limited to 'devel/libr3/Makefile')
-rw-r--r-- | devel/libr3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libr3/Makefile b/devel/libr3/Makefile index 4fba748a4455..a25a146d5452 100644 --- a/devel/libr3/Makefile +++ b/devel/libr3/Makefile @@ -10,9 +10,9 @@ COMMENT= URL router library with high performance LICENSE= MIT -LIB_DEPENDS= libcheck.so:${PORTSDIR}/devel/libcheck \ - libgvc.so:${PORTSDIR}/graphics/graphviz \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libcheck.so:devel/libcheck \ + libgvc.so:graphics/graphviz \ + libpcre.so:devel/pcre GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-graphviz |