diff options
Diffstat (limited to 'x11/xorg-apps/Makefile')
-rw-r--r-- | x11/xorg-apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index f139ea04e14e..cf061ccedf78 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -43,7 +43,7 @@ check=${comp:C/.*://} . if ${port:M*/*}=="" port:=x11/${port} . endif -RUN_DEPENDS:= ${RUN_DEPENDS} ${check}:${PORTSDIR}/${port} +RUN_DEPENDS:= ${RUN_DEPENDS} ${check}:${port} . endif .endfor |