diff options
Diffstat (limited to 'devel/objecthash/Makefile')
-rw-r--r-- | devel/objecthash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile index 53ca70f8fcb0..a1c29a230bd6 100644 --- a/devel/objecthash/Makefile +++ b/devel/objecthash/Makefile @@ -10,8 +10,8 @@ COMMENT= Cross-language way to cryptographically hash JSON objects LICENSE= APACHE20 -LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ - libjson-c.so:${PORTSDIR}/devel/json-c +LIB_DEPENDS= libicudata.so:devel/icu \ + libjson-c.so:devel/json-c BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x |