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