diff options
Diffstat (limited to 'misc/compat8x/Makefile')
-rw-r--r-- | misc/compat8x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index f77a821dfe3a..5f1d5c8efa0d 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -25,7 +25,7 @@ IGNORE= is for FreeBSD 8.x and newer .endif .if ${OSVERSION} >= 1000000 -RUN_DEPENDS= compat9x-${ARCH}>=0:${PORTSDIR}/misc/compat9x +RUN_DEPENDS= compat9x-${ARCH}>=0:misc/compat9x .endif .if ${ARCH} == amd64 |