diff options
Diffstat (limited to 'devel/ocaml-magic/Makefile')
-rw-r--r-- | devel/ocaml-magic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-magic/Makefile b/devel/ocaml-magic/Makefile index a8f176187b69..872b1a80a203 100644 --- a/devel/ocaml-magic/Makefile +++ b/devel/ocaml-magic/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES # This really is overzealous but I work this way .if !exists(/usr/lib/libmagic.so) -LIB_DEPENDS+= libmagic.so:${PORTSDIR}/sysutils/file +LIB_DEPENDS+= libmagic.so:sysutils/file .endif post-install: |